10#ifndef GUI_SETDATAPOOL_CMD_H
11#define GUI_SETDATAPOOL_CMD_H
13#include "GUICommand.h"
15#include "GUIDataPool.h"
38#if defined(GUILIANI_STREAM_GUI)
46#if defined(GUILIANI_WRITE_GUI)
DataPoolResource_t
List of data pool resource ids.
Definition: GUIDataPoolResource.h:35
Command object base class.
Definition: GUICommand.h:127
This command can be used to execute specific code inside the application.
Definition: GUISetDataPoolCmd.h:21
eC_UInt m_uiY
y-coordinate
Definition: GUISetDataPoolCmd.h:64
CGUISetDataPoolCmd()
Default constructor used by streaming factory.
CGUISetDataPoolCmd(const DataPoolResource_t &eDataPoolID, const CGUIValue &kValue, const eC_UInt &uiX, const eC_UInt &uiY)
void Do()
Implements the actual command functionality.
virtual void ReadFromStream()
DataPoolResource_t m_eDataPoolID
id of datapool-resource
Definition: GUISetDataPoolCmd.h:59
eC_UInt m_uiX
x-coordinate
Definition: GUISetDataPoolCmd.h:63
CGUIValue m_kValue
value
Definition: GUISetDataPoolCmd.h:61
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
CGUIValue stores a single value in one specific type.
Definition: GUIValue.h:25