单选框声明式UI块 更多...
#include <UI.h>
Public 成员函数 | |
| ~XRadioBox () | |
Public 属性 | |
| std::function< void(GFt::Widget::RadioBox &)> | content |
| 内容定义 | |
| const std::string | name |
| 块识别名称 | |
| GFt::Block & | parent |
| 父块 | |
| GFt::RadioManager & | radioManager |
| 关联的单选框管理器 | |
| iRect | rect = iRect() |
| 所在矩形 | |
| int | zIndex = 0 |
| Z轴层级 | |
单选框声明式UI块
单选框声明式UI块用于声明式地创建单选框,并提供单选框内容的设置
| GFt::UI::XRadioBox::~XRadioBox | ( | ) |
| std::function<void(GFt::Widget::RadioBox&)> GFt::UI::XRadioBox::content |
内容定义
| const std::string GFt::UI::XRadioBox::name |
块识别名称
| GFt::Block& GFt::UI::XRadioBox::parent |
父块
| GFt::RadioManager& GFt::UI::XRadioBox::radioManager |
关联的单选框管理器
| int GFt::UI::XRadioBox::zIndex = 0 |
Z轴层级