![]() |
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 scenes. More...
#include <CzActionsScene.h>
Public Types | |
enum | eActionType { Action_CallActions = 0, Action_SetCurrentScene = 1, Action_BringtSceneToFront = 2, Action_ChangeScene = 3, Action_SuspendScene = 4, Action_ResumeScene = 5, Action_HideScene = 6, Action_ShowScene = 7, Action_KillScene = 8, Action_KillAllScenes = 9, Action_SetAllSceneTimelines = 10, Action_Max = 11 } |
Public Member Functions | |
CzXomlActions_Scene (eActionType type) | |
void | Execute (IzXomlResource *source, CzAction *action) |
The main actions executor for scene related actions. All scene specific actions such as SetCurrentScene are implemented by this method. | |
Protected Member Functions | |
CzXomlActions_Scene () | |
Protected Attributes | |
eActionType | Type |
Implements actions that relate to scenes.
The CzXomlActions_Scene class holds Actions (IzXomlAction) that deal with scenes such as ChangeScene
The following actions are supported:
The above actions have the following XOML prototypes:
For more information on scenes see CzScene
CzXomlActions_Scene::CzXomlActions_Scene | ( | ) | [inline, protected] |
CzXomlActions_Scene::CzXomlActions_Scene | ( | eActionType | type | ) | [inline] |
void CzXomlActions_Scene::Execute | ( | IzXomlResource * | source, |
CzAction * | action | ||
) | [virtual] |
The main actions executor for scene related actions. All scene specific actions such as SetCurrentScene are implemented by this method.
[in] | source | - The source of the action |
[in] | action | - The action to execute |
Implements IzXomlAction.
eActionType CzXomlActions_Scene::Type [protected] |