List of all members.
Member Function Documentation
- (NSImage *) projectAttributes: |
|
(id) |
sender |
toolbarItemIconForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide an icon for it's tab toolbar item.
- Parameters:
-
tab | The tab for which the icon is intended. |
sender | The sender ProjectAttributes object. |
- Returns:
- An NSImage which to set as the toolbar item's icon. Returning `nil' means `no icon'.
- (NSString *) projectAttributes: |
|
(id) |
sender |
toolbarItemLabelForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide a label for it's tab toolbar item.
- Parameters:
-
tab | The tab for which the label is intended. |
sender | The sender ProjectAttributes object. |
- Returns:
- A string which to set as the toolbar item's label.
- (NSString *) projectAttributes: |
|
(id) |
sender |
toolbarItemToolTipForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide a tool tip for it's tab toolbar item.
- Parameters:
-
tab | The tab for which the tool tip is intended. |
sender | The sender ProjectAttributes object. |
- Returns:
- A string which to set as the toolbar item's tool tip.
- (NSView *) projectAttributes: |
|
(id) |
sender |
viewForTabIdentifier: |
|
(NSString *) |
tab |
|
|
| |
Asks the delegate to provide a view which to put into the sender's content view.
- Parameters:
-
- Returns:
- A view object which will be put into the sender's content view.
Asks the delegate to return a list of attributes tab identifiers.
- Parameters:
-
- Returns:
- An array of string identifiers of attributes tabs.
The documentation for this protocol was generated from the following file: