VAPOR3 3.9.4
|
Automates the creation of widget groups that wrap other widget groups. More...
#include <AbstractWidgetGroup.h>
Public Member Functions | |
WidgetGroupWrapper (That *group) | |
virtual This * | Add (Widget *w) override |
Adds a widget. | |
Public Member Functions inherited from AbstractWidgetGroup< This, Widget > | |
virtual This * | Add (Widget *w) |
Adds a widget. | |
This * | AddM (const List &list) |
Protected Attributes | |
That * | _group |
Protected Attributes inherited from AbstractWidgetGroup< This, Widget > | |
std::vector< Widget * > | _children |
Additional Inherited Members | |
Public Types inherited from AbstractWidgetGroup< This, Widget > | |
typedef std::initializer_list< Widget * > | List |
Automates the creation of widget groups that wrap other widget groups.
Definition at line 36 of file AbstractWidgetGroup.h.
|
inline |
Definition at line 41 of file AbstractWidgetGroup.h.
|
inlineoverridevirtual |
Adds a widget.
Reimplemented from AbstractWidgetGroup< This, Widget >.
Definition at line 43 of file AbstractWidgetGroup.h.
References WidgetGroupWrapper< This, Widget, That >::_group, and AbstractWidgetGroup< This, Widget >::Add().
|
protected |
Definition at line 38 of file AbstractWidgetGroup.h.
Referenced by WidgetGroupWrapper< This, Widget, That >::Add().