23#ifndef INCLUDED_CGUIDUMMYOBJECT
24#define INCLUDED_CGUIDUMMYOBJECT
#define GUI_OBJECT(obj)
Definition: IGUIObject.h:50
Definition: Canvas2D.h:36
Dummy object are used for the base object and objects of type "empty".
Definition: CGUIDummyObject.h:32
virtual void Draw(CCanvas2D &canvas)
Draws the object.
Definition: CGUIDummyObject.h:38
virtual bool IsMouseOver() const
Empty can never be hovered.
Definition: CGUIDummyObject.h:43
CGUIDummyObject(CGUI &pGUI)
Definition: CGUIDummyObject.h:36
The main object that represents a whole GUI page.
Definition: CGUI.h:61
GUI object such as a button or an input-box.
Definition: IGUIObject.h:60
#define UNUSED(param)
mark a function parameter as unused and avoid the corresponding compiler warning.
Definition: code_annotation.h:40