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

Description

Represents configuration for kStartAction.

Inheritance diagram for kStartActionInfo:
Inheritance graph

Public Member Functions

kStatus kStartActionInfo_Clear (kStartActionInfo info)
 Resets all state variables to default values. More...
 
kStatus kStartActionInfo_Construct (kStartActionInfo *info, kAlloc allocator)
 Constructs a kStartActionInfo object. More...
 
kStatus kStartActionInfo_EnableStartAll (kStartActionInfo info, kBool startAll)
 Determines whether this action will start the system or only the local node. More...
 
kStatus kStartActionInfo_Load (kStartActionInfo *info, kXml xml, kAlloc allocator)
 Constructs a kStartActionInfo object and loads its content from an XML object. More...
 
kStatus kStartActionInfo_Read (kStartActionInfo info, kXml xml, kXmlItem item)
 Reads kStartActionInfo state from a kXml object. More...
 
kBool kStartActionInfo_StartAll (kStartActionInfo info)
 Reports whether this action will start the system or only the local node. More...
 
kStatus kStartActionInfo_Store (kStartActionInfo info, kXml *xml, kAlloc allocator)
 Constructs a kXml object and uses it to store the content of this kStartActionInfo instance. More...
 
kStatus kStartActionInfo_Validate (kStartActionInfo info)
 Checks and automatically corrects all state variables. More...
 
kStatus kStartActionInfo_Write (kStartActionInfo info, kXml xml, kXmlItem item)
 Writes kStartActionInfo state to a kXml object. More...
 

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