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