10#ifndef GUI_CONDITIONAL_BEHAVIOUR__H_
11#define GUI_CONDITIONAL_BEHAVIOUR__H_
13#include "GUICmdBehaviour.h"
40 void SetIndex(
const eC_UInt& uiX,
const eC_UInt& uiY);
46 void GetIndex(eC_UInt& uiX, eC_UInt& uiY)
const;
79#if defined(GUILIANI_STREAM_GUI)
83#if defined(GUILIANI_WRITE_GUI)
DataPoolResource_t
List of data pool resource ids.
Definition: GUIDataPoolResource.h:35
Definition: GUICmdBehaviour.h:22
Behaviour for repeating clicks on object Additional phases can be defined where the start-time of the...
Definition: GUIConditionalBehaviour.h:19
void GetIndex(eC_UInt &uiX, eC_UInt &uiY) const
CGUIConditionalBehaviour()
Default constructor.
CGUICommandPtr GetFalseCommand() const
void SetFalseCommand(CGUICommandPtr pkCmd)
void SetTrueCommand(CGUICommandPtr pkCmd)
virtual void ReadFromStream()
virtual void ExecuteCommand(const BehaviourType_t &eFromBehaviour)
void SetDataPoolID(const DataPoolResource_t &eID)
CGUIValue GetValue() const
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
void SetIndex(const eC_UInt &uiX, const eC_UInt &uiY)
CGUICommandPtr GetTrueCommand() const
void SetValue(const CGUIValue &kValue)
DataPoolResource_t GetDataPoolID() const
CGUIValue stores a single value in one specific type.
Definition: GUIValue.h:25