VAPOR3 3.9.4
|
VSection that implements the standardized widget group interface. Use this one when possible. More...
#include <VSection.h>
Public Member Functions | |
VSectionGroup (const std::string &title, List children={}) | |
Public Member Functions inherited from VSection | |
VSection (const std::string &title) | |
QVBoxLayout * | layout () const |
void | setMenu (QMenu *menu) |
void | setLayout (QLayout *layout)=delete |
int | addTab (QWidget *page, const QString &label)=delete |
QWidget * | widget (int index) const =delete |
void | setCornerWidget (QWidget *widget, Qt::Corner corner)=delete |
QWidget * | cornerWidget () const =delete |
Public Member Functions inherited from WidgetGroupWrapper< VSectionGroup, QWidget, VGroup > | |
WidgetGroupWrapper (VGroup *group) | |
virtual VSectionGroup * | Add (QWidget *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) |
Additional Inherited Members | |
Public Types inherited from AbstractWidgetGroup< This, Widget > | |
typedef std::initializer_list< Widget * > | List |
Protected Attributes inherited from WidgetGroupWrapper< VSectionGroup, QWidget, VGroup > | |
VGroup * | _group |
Protected Attributes inherited from AbstractWidgetGroup< This, Widget > | |
std::vector< Widget * > | _children |
VSection that implements the standardized widget group interface. Use this one when possible.
Definition at line 46 of file VSection.h.
|
inline |
Definition at line 48 of file VSection.h.