Public Member Functions | |
GUISheet (const String &type, const String &name) | |
Constructor for GUISheet windows. | |
virtual | ~GUISheet (void) |
Destructor for GUISheet windows. | |
Static Public Attributes | |
static const String | WidgetTypeName |
The unique typename of this widget. | |
Protected Member Functions | |
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 hierarchy. |
This class does no rendering and so appears totally transparent. This window defaults to position 0.0f, 0.0f with a size of 1.0f x 1.0f.
/note The C++ name of this class has been retained for backward compatibility reasons. The intended usage of this window type has now been extended beyond that of a gui-sheet or root window.
virtual bool CEGUI::GUISheet::testClassName_impl | ( | const String & | class_name | ) | const [inline, protected, virtual] |
Return whether this window was inherited from the given class name at some point in the inheritance hierarchy.
class_name | The class name that is to be checked. |
Reimplemented from CEGUI::Window.
References CEGUI::Window::testClassName_impl().