行布局声明式UI块 更多...
#include <UI.h>
Public 成员函数 | |
| ~XRowLayout () | |
Public 属性 | |
| std::function< void(GFt::RowLayout &)> | content |
| 内容定义 | |
| const std::string | name |
| 块识别名称 | |
| GFt::Block & | parent |
| 父块 | |
| GFt::iRect | rect = GFt::iRect() |
| 所在矩形 | |
| int | zIndex = 0 |
| 层级 | |
行布局声明式UI块
行布局声明式UI块用于声明式地创建行布局,并提供布局内容的设置
|
inline |
| std::function<void(GFt::RowLayout&)> GFt::UI::XRowLayout::content |
内容定义
| const std::string GFt::UI::XRowLayout::name |
块识别名称
| GFt::Block& GFt::UI::XRowLayout::parent |
父块
| GFt::iRect GFt::UI::XRowLayout::rect = GFt::iRect() |
所在矩形
| int GFt::UI::XRowLayout::zIndex = 0 |
层级