FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kAction Class Reference

Description

Represents action configuration.

Inheritance diagram for kAction:
Inheritance graph

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 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 kCharkAction_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 kCharkAction_TypeName (kAction action)
 Gets the type name of this action. More...
 

Related

#define kACTION_SETTINGS_ROOT_NAME
 Required XML root name for action settings.
 

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