Public Member Functions | |
Constructor / Destructor | |
| CP_CommandDefinition () | |
| Constructor. | |
| CP_CommandDefinition (const CP_CommandDefinition &inCommandDefinition) | |
| virtual | ~CP_CommandDefinition () throw () |
| Destructor. | |
Getters | |
| CP_String | GetCode () const |
| CP_String | GetHidden () const |
| CP_String | GetName () const |
| AEEventKey | GetEventKey () |
operators | |
| CP_CommandDefinition & | operator= (const CP_CommandDefinition &inCommandDefinition) |
Parameters | |
| void | AddCommandParameterDefinition (CP_CommandParameterDefinition *inCommandParameterDefinition) |
| UInt32 | GetNumberCommandParameterDefinitions () |
| CP_CommandParameterDefinition * | GetNthCommandParameterDefinition (UInt32 inIndex) |
Setters | |
| void | SetCode (const CP_String &inCode) |
| void | SetHidden (const CP_String &inHidden) |
| void | SetName (const CP_String &inName) |
Private Attributes | |
| CP_CommandParameterDefinition_Array | fCommandParameters |
| CP_String | fCode |
| CP_String | fHidden |
| CP_String | fName |
|
|
Constructor.
|
|
|
Copy constructor.
|
|
|
Destructor.
|
|
|
|
|
|
|
|
|
|
|
|
Returns the AEEventKey for this definition.
|
|
|
Assignment operator.
|
|
|
Adds the passed in CP_CommandParameterDefinition to the list of definitions in this object.
|
|
|
Returns the number of CP_CommandDefinitions in the list of definitions.
|
|
|
Returns the nth CP_CommandParameterDefinition in the list of definitions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.0