|
float | _height = 0 |
|
int | _cols = 0 |
|
gui_id_t | _id = 0 |
|
Manager * | _manager |
|
nk_context * | _context |
|
nk_font * | _font = nullptr |
|
Component * | _parent |
|
std::vector< Component * > | _children |
|
◆ Row()
oe::gui::component::Row::Row |
( |
const float & |
height, |
|
|
const int & |
cols = 0 |
|
) |
| |
Constructor
- Parameters
-
height | Height of the row. If 0, height is computed from children height |
cols | Number of columns in the row. If 0 it will be coputed from the children count |
- Note
- if cols is less than the actual number of children, the row will be display on multiples lines
◆ createColumn()
component::Column * oe::gui::component::Row::createColumn |
( |
const float & |
height = 0.f | ) |
|
Create a column
- Returns
- Pointer to the created row
◆ generate()
void oe::gui::component::Row::generate |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file:
- OxygenEngine/gui/component/layout.h