#import <ap_CocoaTool.h>
Public Member Functions | |
| (id) | - initWithTool:toolbarID: |
| (void) | - dealloc |
| (BOOL) | - validateMenuItem: |
| (IBAction) | - click: |
| (id< NSObject, XAP_CocoaPlugin_Tool >) | - tool |
| (NSView *) | - toolbarButton |
| (NSMenuItem *) | - toolbarMenuItem |
| (NSString *) | - configWidth |
| (NSString *) | - configHeight |
| (NSString *) | - configImage |
| (NSString *) | - configAltImage |
| (void) | - setConfigWidth: |
| (void) | - setConfigHeight: |
| (void) | - setConfigImage: |
| (void) | - setConfigAltImage: |
Protected Attributes | |
| AP_CocoaTool * | m_tool |
| unsigned | m_toolbarID |
| NSButton * | m_button |
| NSMenuItem * | m_item |
| NSString * | m_defaultImage |
| NSString * | m_defaultAltImage |
| NSString * | m_configImage |
| NSString * | m_configAltImage |
| - (NSString *) configAltImage |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References m_configAltImage, and m_defaultAltImage.
| - (NSString *) configHeight |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
| - (NSString *) configImage |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References m_configImage, and m_defaultImage.
| - (NSString *) configWidth |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
| - (void) dealloc |
References m_button, m_configAltImage, m_configImage, m_defaultAltImage, m_defaultImage, m_item, and m_tool.
| - (id) initWithTool: | (AP_CocoaTool *) | tool | ||
| toolbarID: | (unsigned) | tlbrid | ||
| - (void) setConfigAltImage: | (NSString *) | altImage |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References m_button, m_configAltImage, m_defaultAltImage, and s_findImage().
| - (void) setConfigHeight: | (NSString *) | height |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References UT_UNUSED.
| - (void) setConfigImage: | (NSString *) | image |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References m_button, m_configImage, m_defaultImage, and s_findImage().
| - (void) setConfigWidth: | (NSString *) | width |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References UT_UNUSED.
| - (id< NSObject, XAP_CocoaPlugin_Tool >) tool |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References m_tool.
| - (NSView *) toolbarButton |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References m_button.
| - (NSMenuItem *) toolbarMenuItem |
Reimplemented from <XAP_CocoaPlugin_ToolInstance>.
References m_item.
| - (BOOL) validateMenuItem: | (NSMenuItem *) | menuItem |
References UT_UNUSED.
- (NSButton*) m_button [protected] |
Referenced by dealloc, initWithTool:toolbarID:, setConfigAltImage:, setConfigImage:, and toolbarButton.
- (NSString*) m_configAltImage [protected] |
Referenced by configAltImage, dealloc, initWithTool:toolbarID:, and setConfigAltImage:.
- (NSString*) m_configImage [protected] |
Referenced by configImage, dealloc, initWithTool:toolbarID:, and setConfigImage:.
- (NSString*) m_defaultAltImage [protected] |
Referenced by configAltImage, dealloc, initWithTool:toolbarID:, and setConfigAltImage:.
- (NSString*) m_defaultImage [protected] |
Referenced by configImage, dealloc, initWithTool:toolbarID:, and setConfigImage:.
- (NSMenuItem*) m_item [protected] |
Referenced by dealloc, initWithTool:toolbarID:, and toolbarMenuItem.
- (AP_CocoaTool*) m_tool [protected] |
Referenced by dealloc, initWithTool:toolbarID:, and tool.
- (unsigned) m_toolbarID [protected] |
Referenced by initWithTool:toolbarID:.
1.7.1