29 #ifndef _CEGUIDefaultWindow_h_ 30 #define _CEGUIDefaultWindow_h_ 32 #include "../Window.h" 33 #include "../WindowFactory.h" 50 class CEGUIEXPORT DefaultWindow :
public Window
57 static const String WidgetTypeName;
67 DefaultWindow(
const String& type,
const String& name);
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
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: debian/tmp/usr/include/cegui-0.8.5/CEGUI/widgets/DefaultWindow.h:74