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