|  | 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 relate to programs. More...
#include <CzActionsProgram.h>
 
  
 | Public Types | |
| enum | eActionType { Action_ChangeProgram = 0, Action_Max = 1 } | 
| Public Member Functions | |
| CzXomlActions_Program (eActionType type) | |
| void | Execute (IzXomlResource *source, CzAction *action) | 
| The main actions executor for program related actions. All program specific actions such as ChangeProgram are implemented by this method. | |
| Protected Member Functions | |
| CzXomlActions_Program () | |
| Protected Attributes | |
| eActionType | Type | 
Implements actions that relate to programs.
The CzXomlActions_Program class holds Actions (IzXomlAction) that deal with XOML programs such as ChangeProgram
The following actions are supported:
The above actions have the following XOML prototypes:
For more information on programs see CzProgram
| CzXomlActions_Program::CzXomlActions_Program | ( | ) |  [inline, protected] | 
| CzXomlActions_Program::CzXomlActions_Program | ( | eActionType | type | ) |  [inline] | 
| void CzXomlActions_Program::Execute | ( | IzXomlResource * | source, | 
| CzAction * | action | ||
| ) |  [virtual] | 
The main actions executor for program related actions. All program specific actions such as ChangeProgram are implemented by this method.
| [in] | source | - The source of the action | 
| [in] | action | - The action to execute | 
Implements IzXomlAction.
| eActionType CzXomlActions_Program::Type  [protected] |