|
Crazy Eddie's GUI System
0.8.4
|
Base class for standard GroupBox widget. More...
Inheritance diagram for CEGUI::GroupBox:
Collaboration diagram for CEGUI::GroupBox:Public Member Functions | |
| GroupBox (const String &type, const String &name) | |
| 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) |
| 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 | ContentPaneName |
Protected Member Functions | |
| virtual void | addChild_impl (Element *element) |
| virtual void | removeChild_impl (Element *element) |
Base class for standard GroupBox widget.
| virtual void CEGUI::GroupBox::addChild_impl | ( | Element * | element | ) | [protected, virtual] |
Add given element to child list at an appropriate position.
Reimplemented from CEGUI::Window.
| Window* CEGUI::GroupBox::getContentPane | ( | ) | const |
| virtual void CEGUI::GroupBox::removeChild_impl | ( | Element * | element | ) | [protected, virtual] |
Remove given element from child list.
Reimplemented from CEGUI::Window.