|
|
| grid_layout (std::uint32_t columns, std::uint32_t rows, std::float_t spacing=0.0f) |
| |
|
| grid_layout (std::uint32_t columns, std::uint32_t rows, std::float_t horizontal_spacing, std::float_t vertical_spacing) |
| |
| auto | arrange (const rectangle &bounds, std::vector< std::unique_ptr< element > > &children) -> void override |
| |
|
virtual auto | arrange (const rectangle &bounds, std::vector< std::unique_ptr< element > > &children) -> void=0 |
| |
|
|
std::uint32_t | columns {2} |
| |
|
std::uint32_t | rows {2} |
| |
|
std::float_t | horizontal_spacing {0.0f} |
| |
|
std::float_t | vertical_spacing {0.0f} |
| |
|
ui::padding | padding {} |
| |
◆ arrange()
| auto sbx::ui::grid_layout::arrange |
( |
const rectangle & |
bounds, |
|
|
std::vector< std::unique_ptr< element > > & |
children |
|
) |
| -> void |
|
overridevirtual |
The documentation for this class was generated from the following files: