Represents action configuration.
|
| kStatus | kAction_Config (kAction action, kXml settings) |
| | Gets configuration for the action. More...
|
| |
| kStatus | kAction_Invoke (kAction action, kObject input, kObject *output, kAlloc alloc) |
| | Invokes this action without applying the current settings to this node first. More...
|
| |
| kStatus | kAction_InvokeAndSync (kAction action, kObject input, kObject *output, kAlloc alloc) |
| | Applies current setting to the node and invokes this action. More...
|
| |
| const kChar * | kAction_Name (kAction action) |
| | Gets a descriptive name for this action. More...
|
| |
| kStatus | kAction_SetConfig (kAction action, kXml settings) |
| | Sets configuration for the action. More...
|
| |
| kStatus | kAction_SetName (kAction action, const kChar *name) |
| | Sets a descriptive name for the action. More...
|
| |
| kStatus | kAction_SetTrigger (kAction action, kActionTrigger triggerType) |
| | Sets the trigger type for the action. More...
|
| |
| kActionTrigger | kAction_Trigger (kAction action) |
| | Gets the trigger type for the action. More...
|
| |
| const kChar * | kAction_TypeName (kAction action) |
| | Gets the type name of this action. More...
|
| |