Inheritance diagram for DzVBoxLayout:
Methods | |
void | addLayout (DzLayout layout) |
void | addWidget (DzWidget widget) |
Constructors | |
DzVBoxLayout (DzLayout parent) | |
DzVBoxLayout (DzWidget parent) |
DzVBoxLayout::DzVBoxLayout | ( | DzWidget | parent | ) |
Creates a vertical box layout that manages the children widgets of the given parent widget
DzVBoxLayout::DzVBoxLayout | ( | DzLayout | parent | ) |
Creates a vertical box layout as a sub-layout of the given layout
void DzVBoxLayout::addLayout | ( | DzLayout | layout | ) |
Adds the given layout to the items managed by this layout
void DzVBoxLayout::addWidget | ( | DzWidget | widget | ) |
Adds the given widget to the items managed by this layout