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: arch_overview.dox:1
static const String WidgetTypeName
The unique typename of this widget.
Definition: DefaultWindow.h:57
Window class intended to be used as a simple, generic Window.
Definition: DefaultWindow.h:50
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:149
EventArgs based class that is used for objects passed to input event handlers concerning mouse input...
Definition: InputEvent.h:280
virtual ~DefaultWindow(void)
Destructor for DefaultWindows.
Definition: DefaultWindow.h:74
String class used within the GUI system.
Definition: String.h:62