10#ifndef GUIINPUTMEDIA__H_
11#define GUIINPUTMEDIA__H_
13#include "eC_Semaphore.h"
15#include "eC_TList_doubleLinked.h"
17#include "GUIComponentManager.h"
20#define GETINPUTMEDIA CGUIComponentManager::GetInstance().GetInputMedia()
107 virtual void SetSize(
const eC_Int& iSizeX,
const eC_Int& iSizeY);
113 virtual void GetSize(eC_Int& riSizeX, eC_Int& riSizeY)
const;
119 virtual void SetOffset(
const eC_Int& iOffsetX,
const eC_Int& iOffsetY);
125 virtual void GetOffset(eC_Int& riOffsetX, eC_Int& riOffsetY)
const;
212 eC_Bool m_bQueuedEvents;
213 eC_Semaphore m_kEventListSemaphore;
215 eC_UInt m_uiMaxEventThreshold;
216 eC_UInt m_uiMinEventThreshold;
220 eC_Bool m_bIgnoreEvents;
central component-manager
Definition: GUIComponentManager.h:62
Base class for Guiliani Events.
Definition: GUIEvent.h:26
GUI base class for any Guiliani application.
Definition: GUI.h:39
This is the Guiliani base class all controls are derived from.
Definition: GUIObject.h:81