Crazy Eddie's GUI System
0.8.7
|
29 #ifndef _CEGUIGroupBox_h_
30 #define _CEGUIGroupBox_h_
33 #include "../WindowFactory.h"
34 #include "./ClippedContainer.h"
38 # pragma warning(push)
39 # pragma warning(disable : 4251)
65 static const String WidgetTypeName;
66 static const String ContentPaneName;
79 bool drawAroundWidget(
const String& name);
106 #if defined(_MSC_VER)
107 # pragma warning(pop)
Base class for standard GroupBox widget.
Definition: GroupBox.h:60
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
static const String EventNamespace
Namespace for global events.
Definition: GroupBox.h:63
virtual void addChild_impl(Element *element)
Add given element to child list at an appropriate position.
bool drawAroundWidget(const CEGUI::Window *wnd)
Draws the GroupBox around a widget. The size and position of the GroupBox are overriden....
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:151
String class used within the GUI system.
Definition: String.h:64
Window * getContentPane() const
Returns the content pane held by this GroupBox.
virtual void removeChild_impl(Element *element)
Remove given element from child list.
A positioned and sized rectangular node in a tree graph.
Definition: Element.h:246