30 #ifndef _CEGUIGUISheet_h_
31 #define _CEGUIGUISheet_h_
33 #include "../CEGUIWindow.h"
34 #include "../CEGUIWindowFactory.h"
91 if (class_name==
"DefaultWindow" || class_name==
"GUISheet")
return true;
99 bool moveToFront_impl(
bool wasClicked);
122 #endif // end of guard _CEGUIGUISheet_h_
virtual bool testClassName_impl(const String &class_name) const
Return whether this window was inherited from the given class name at some point in the inheritance h...
Definition: CEGUIWindow.h:3928
static const String WidgetTypeName
The unique typename of this widget.
Definition: CEGUIGUISheet.h:58
GUISheet DefaultWindow
typedef for DefaultWindow, which is the new name for GUISheet.
Definition: CEGUIGUISheet.h:116
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: CEGUIWindow.h:138
EventArgs based class that is used for objects passed to input event handlers concerning mouse input...
Definition: CEGUIInputEvent.h:274
Window class intended to be used as a simple, generic Window.
Definition: CEGUIGUISheet.h:51
virtual ~GUISheet(void)
Destructor for GUISheet windows.
Definition: CEGUIGUISheet.h:75
virtual bool testClassName_impl(const String &class_name) const
Return whether this window was inherited from the given class name at some point in the inheritance h...
Definition: CEGUIGUISheet.h:89
String class used within the GUI system.
Definition: CEGUIString.h:57