Public Member Functions | |
GroupBox (const String &type, const String &name) | |
Constructor for GroupBox class. | |
virtual | ~GroupBox () |
Destructor for GroupBox class. | |
bool | drawAroundWidget (const CEGUI::Window *wnd) |
Draws the GroupBox around a widget. The size and position of the GroupBox are overriden. Once the window that is drawn around resizes, you'll have to call the function again. FIXME. | |
bool | drawAroundWidget (const String &name) |
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. | |
Window * | getContentPane () const |
Returns the content pane held by this GroupBox. | |
Static Public Attributes | |
static const String | EventNamespace |
Namespace for global events. | |
static const String | WidgetTypeName |
static const String | ContentPaneNameSuffix |
Protected Member Functions | |
virtual void | initialiseComponents () |
Initializes the components necessary. | |
virtual void | addChild_impl (Window *wnd) |
Add given window to child list at an appropriate position. | |
virtual void | removeChild_impl (Window *wnd) |
Remove our child again when necessary. |
Window * CEGUI::GroupBox::getContentPane | ( | ) | const |
Returns the content pane held by this GroupBox.
References CEGUI::Window::d_name, CEGUI::WindowManager::getWindow(), and CEGUI::WindowManager::isWindowPresent().
Referenced by addChild_impl(), initialiseComponents(), and removeChild_impl().
virtual bool CEGUI::GroupBox::testClassName_impl | ( | const String & | class_name | ) | const [inline, 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().