10#if !defined(GUI_SWITCH_RESOURCESETS_CMD_H)
11#define GUI_SWITCH_RESOURCESETS_CMD_H
15#include "GUICommand.h"
29#if defined(GUILIANI_STREAM_GUI)
34#if defined(GUILIANI_WRITE_GUI)
38#if defined(GUILIANI_STREAM_GUI) || defined(GUILIANI_WRITE_GUI)
48 ResourceType_t m_eResourceType;
49 eC_String m_kResourceSetName;
Command object base class.
Definition: GUICommand.h:127
This command can be used to switch to other resource-sets during runtime.
Definition: GUISwitchResourceSetsCmd.h:21
static const eC_Char XMLTAG_RESOURCESETNAME[]
resource-setname
Definition: GUISwitchResourceSetsCmd.h:40
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
static const eC_Char XMLTAG_RESOURCETYPE[]
resource-type
Definition: GUISwitchResourceSetsCmd.h:39
CGUISwitchResourceSetsCmd(const ResourceType_t eResourceType, const eC_String kResourceSetName)
virtual void ReadFromStream()