Public Member Functions | Protected Attributes

AP_CocoaPlugin_EditMethod Class Reference

#import <ap_CocoaPlugin.h>

Inheritance diagram for AP_CocoaPlugin_EditMethod:
AP_CocoaPlugin_ContextMenuItem

List of all members.

Public Member Functions

(id- init
(void) - dealloc
(const char *) - editMethodName
(void) - trigger
(void) - setAction:
(SEL) - action
(void) - setTarget:
(id< NSObject >) - target

Protected Attributes

EV_EditMethodm_EditMethod
char m_EditMethod_Name [64]
BOOL m_InContextMenu
SEL m_Action
id< NSObject > m_Target

Member Function Documentation

- (SEL) action  

References m_Action.

- (const char *) editMethodName  
- (void) setAction: (SEL)  aSelector  

References m_Action.

- (void) setTarget: (id <NSObject>)  target  

References m_Target.

- (id< NSObject >) target  

References m_Target.

- (void) trigger  

References m_Action, and m_Target.


Member Data Documentation

- (SEL) m_Action [protected]

Referenced by action, init, setAction:, and trigger.

- (EV_EditMethod*) m_EditMethod [protected]

Referenced by dealloc, and init.

- (char m_EditMethod_Name[64]) [protected]

Referenced by editMethodName, and init.

- (BOOL) m_InContextMenu [protected]
- (id<NSObject>) m_Target [protected]

Referenced by init, setTarget:, target, and trigger.


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