|
FireSync API
|
Represents action configuration.

Public Member Functions | |
| 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. 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... | |
Related | |
| #define | kACTION_SETTINGS_ROOT_NAME "Settings" |
| Required XML root name for action settings. | |