AppEasy Core SDK  1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
CzActions.h File Reference
#include "CzUtil.h"
#include "CzXoml.h"
#include "CzXomlVariables.h"

Go to the source code of this file.

Classes

struct  CzAction
 An action is a command that can be executed from XOML. More...
class  CzActions
 A collection of actions (called an actions list in XOML). More...
class  CzActionsCreator
 CzActionsreator - Creates an instance of an actions object. More...
class  CzActionsManager
 Manages a collection of actions lists. More...

Defines

#define CZ_NEW_SINGLE_ACTION(actions, action, name, method)
 A macro that creates an actions list containing a single action with no parameters.
#define CZ_NEW_SINGLE_ACTION_P1(actions, action, name, method, p1)
 A macro that creates an actions list containing a single action with one parameter.
#define CZ_NEW_SINGLE_ACTION_P2(actions, action, name, method, p1, p2)
 A macro that creates an actions list containing a single action with two parameters.
#define CZ_NEW_SINGLE_ACTION_P3(actions, action, name, method, p1, p2, p3)
 A macro that creates an actions list containing a single action with three parameters.
#define CZ_NEW_SINGLE_ACTION_P4(actions, action, name, method, p1, p2, p3, p4)
 A macro that creates an actions list containing a single action with four parameters.
#define CZ_NEW_SINGLE_ACTION_P5(actions, action, name, method, p1, p2, p3, p4, p5)
 A macro that creates an actions list containing a single action with five parameters.