![]() |
AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
Implements actions that are related to XOML variables. More...
#include <CzActionsVariables.h>
Public Types | |
enum | eActionType { Action_SetVariable = 0, Action_AddVariable = 1, Action_Max = 2 } |
Public Member Functions | |
CzXomlActions_Variable (eActionType type) | |
void | Execute (IzXomlResource *source, CzAction *action) |
The main actions executor for variable related actions. All variable specific actions such as SetVariable are implemented by this method. | |
Protected Member Functions | |
CzXomlActions_Variable () | |
Protected Attributes | |
eActionType | Type |
Implements actions that are related to XOML variables.
The CzXomlActions_Variable class holds Actions (IzXomlAction) that deal with system related functionality such as LoadXOML
The following actions are supported:
The above actions have the following XOML prototypes:
For more information on XOML variables see CzXomlVariable
CzXomlActions_Variable::CzXomlActions_Variable | ( | ) | [inline, protected] |
CzXomlActions_Variable::CzXomlActions_Variable | ( | eActionType | type | ) | [inline] |
void CzXomlActions_Variable::Execute | ( | IzXomlResource * | source, |
CzAction * | action | ||
) | [virtual] |
The main actions executor for variable related actions. All variable specific actions such as SetVariable are implemented by this method.
[in] | source | - The source of the action |
[in] | action | - The action to execute |
Implements IzXomlAction.
eActionType CzXomlActions_Variable::Type [protected] |