Vuo 2.4.4
Loading...
Searching...
No Matches
Instance Methods | Protected Attributes | List of all members
VuoEditorEventsButton Class Reference

Description

A "Show/Hide Events" toggle button.

Definition at line 175 of file VuoEditorWindowToolbar.mm.

Instance Methods

(id) - initWithQMacToolBarItem:
 Creates a show-events toggle button.
 
(NSString *) - itemIdentifier
 Cocoa calls this method when a toolbar item is clicked.
 
(void) - setState:
 Toggles the button.
 
(NSButton *) - button
 Returns the button.
 

Protected Attributes

NSButton * button
 The child button widget.
 

Method Documentation

◆ button

- (NSButton *) button

Returns the button.

Definition at line 179 of file VuoEditorWindowToolbar.mm.

◆ initWithQMacToolBarItem:

- (id) initWithQMacToolBarItem: (QMacToolBarItem *)  toolBarItem

Creates a show-events toggle button.

Definition at line 179 of file VuoEditorWindowToolbar.mm.

◆ itemIdentifier

- (NSString *) itemIdentifier

Cocoa calls this method when a toolbar item is clicked.

Definition at line 179 of file VuoEditorWindowToolbar.mm.

◆ setState:

- (void) setState: (bool)  state

Toggles the button.

Definition at line 179 of file VuoEditorWindowToolbar.mm.

Member Data Documentation

◆ button

- (NSButton*) button
protected

The child button widget.

Definition at line 178 of file VuoEditorWindowToolbar.mm.


The documentation for this class was generated from the following file: