|
RADLib
RADical C++ application framework
|
Grid layout item descriptor. More...
#include <RADWidgets.h>
Public Attributes | |
| std::string | id |
| Stable id for the item. More... | |
| int | row = 0 |
| Starting grid row. More... | |
| int | column = 0 |
| Starting grid column. More... | |
| int | rowSpan = 1 |
| Number of rows occupied. More... | |
| int | columnSpan = 1 |
| Number of columns occupied. More... | |
Grid layout item descriptor.
| int RADUi::LayoutItem::column = 0 |
Starting grid column.
| int RADUi::LayoutItem::columnSpan = 1 |
Number of columns occupied.
| std::string RADUi::LayoutItem::id |
Stable id for the item.
| int RADUi::LayoutItem::row = 0 |
Starting grid row.
| int RADUi::LayoutItem::rowSpan = 1 |
Number of rows occupied.