Public Member Functions | |
(id) | - initWithIdentifier: [implementation] |
(void) | - setDisplayMode: [implementation] |
(CPString) | - identifier [implementation] |
(id) | - delegate [implementation] |
(BOOL) | - isVisible [implementation] |
(void) | - setVisible: [implementation] |
(void) | - setDelegate: [implementation] |
(CPArray) | - items [implementation] |
(CPArray) | - visibleItems [implementation] |
(CPArray) | - itemsSortedByVisibilityPriority [implementation] |
(id) | - initWithCoder: [implementation] |
(void) | - encodeWithCoder: [implementation] |
Static Public Member Functions | |
(void) | + initialize [implementation] |
toolbar | the toolbar to obtain identifiers for |
toolbar | the toolbar to obtain identifiers for |
toolbar | the toolbar the item belongs to | |
itemIdentifier | the identifier of the toolbar item | |
flag | YES means the item will be placed in the toolbar. NO means the item will be displayed for some other purpose (non-functional) |
nil
if no such item belongs in the toolbar Definition at line 83 of file CPToolbar.j.
- (id) delegate | [implementation] |
Returns the toolbar's delegate
Definition at line 173 of file CPToolbar.j.
- (void) encodeWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 405 of file CPToolbar.j.
- (CPString) identifier | [implementation] |
Returns the toolbar's identifier
Definition at line 165 of file CPToolbar.j.
+ (void) initialize | [implementation] |
Definition at line 108 of file CPToolbar.j.
- (id) initWithCoder: | (CPCoder) | aCoder | [implementation] |
Definition at line 375 of file CPToolbar.j.
- (id) initWithIdentifier: | (CPString) | anIdentifier | [implementation] |
Initializes the toolbar with the specified identifier.
anIdentifier | the identifier for the toolbar |
Definition at line 136 of file CPToolbar.j.
- (BOOL) isVisible | [implementation] |
Returns YES
if the toolbar is currently visible
Definition at line 181 of file CPToolbar.j.
- (CPArray) items | [implementation] |
Returns all the items in this toolbar.
Definition at line 293 of file CPToolbar.j.
- (CPArray) itemsSortedByVisibilityPriority | [implementation] |
Returns the toolbar items sorted by their visibilityPriority
(ies).
Definition at line 309 of file CPToolbar.j.
- (void) setDelegate: | (id) | aDelegate | [implementation] |
Sets the delegate for the toolbar.
aDelegate | the new toolbar delegate |
Definition at line 214 of file CPToolbar.j.
- (void) setDisplayMode: | (CPToolbarDisplayMode) | aDisplayMode | [implementation] |
Sets the toolbar's display mode. NOT YET IMPLEMENTED.
Definition at line 157 of file CPToolbar.j.
- (void) setVisible: | (BOOL) | aFlag | [implementation] |
Sets whether the toolbar should be visible.
aFlag | YES makes the toolbar visible |
Definition at line 190 of file CPToolbar.j.
- (CPArray) visibleItems | [implementation] |
Returns all the visible items in this toolbar
Definition at line 301 of file CPToolbar.j.