29 #ifndef _CEGUIDefaultWindow_h_
30 #define _CEGUIDefaultWindow_h_
32 #include "../Window.h"
33 #include "../WindowFactory.h"
82 bool moveToFront_impl(
bool wasClicked);
96 #endif // end of guard _CEGUIDefaultWindow_h_
Main namespace for Crazy Eddie's GUI Library.
Definition: cegui/include/CEGUI/Affector.h:42
Window class intended to be used as a simple, generic Window.
Definition: cegui/include/CEGUI/widgets/DefaultWindow.h:50
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: cegui/include/CEGUI/Window.h:149
static const String WidgetTypeName
The unique typename of this widget.
Definition: cegui/include/CEGUI/widgets/DefaultWindow.h:57
EventArgs based class that is used for objects passed to input event handlers concerning mouse input...
Definition: cegui/include/CEGUI/InputEvent.h:280
virtual ~DefaultWindow(void)
Destructor for DefaultWindows.
Definition: cegui/include/CEGUI/widgets/DefaultWindow.h:74
String class used within the GUI system.
Definition: cegui/include/CEGUI/String.h:62