10#ifndef GUITABSWITCHBEHAVIOUR__H_
11#define GUITABSWITCHBEHAVIOUR__H_
13#include "GUIBehaviourDecorator.h"
31#if defined(GUILIANI_STREAM_GUI)
39#if defined(GUILIANI_WRITE_GUI)
50 const eC_Value& vAbsX,
51 const eC_Value& vAbsY);
Helper Macros in Guiliani
ObjectHandle_t
List of object resource ids.
Definition: GUIObjectHandleResource.h:55
GUIBehaviourDecorator base class.
Definition: GUIBehaviourDecorator.h:78
Behaviour to switch between the children of a tab-container.
Definition: GUITabSwitchBehaviour.h:20
CGUITabSwitchBehaviour()
Default constructor.
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
virtual void ReadFromStream()
CGUITabSwitchBehaviour(const ObjectHandle_t &eContainerID, const ObjectHandle_t &eChildID)
virtual eC_Bool DoClick(const eC_Value &vAbsX, const eC_Value &vAbsY)