#import <ap_CocoaPlugin.h>
Public Member Functions | |
(id) | - init |
(void) | - dealloc |
(const char *) | - editMethodName |
(void) | - trigger |
(void) | - setAction: |
(SEL) | - action |
(void) | - setTarget: |
(id< NSObject >) | - target |
Protected Attributes | |
EV_EditMethod * | m_EditMethod |
char | m_EditMethod_Name [64] |
BOOL | m_InContextMenu |
SEL | m_Action |
id< NSObject > | m_Target |
- (SEL) action |
References m_Action.
- (void) dealloc |
References XAP_App::getApp(), XAP_App::getEditMethodContainer(), m_EditMethod, and EV_EditMethodContainer::removeEditMethod().
Referenced by AP_CocoaPlugin_ContextMenuItem::dealloc.
- (const char *) editMethodName |
References m_EditMethod_Name.
Referenced by AP_CocoaPlugin_ContextMenuItem::initWithLabel:.
- (id) init |
- (void) setAction: | (SEL) | aSelector |
References m_Action.
- (SEL) m_Action [protected] |
Referenced by action, init, setAction:, and trigger.
- (EV_EditMethod*) m_EditMethod [protected] |
- (char m_EditMethod_Name[64]) [protected] |
Referenced by editMethodName, and init.
- (BOOL) m_InContextMenu [protected] |