GraceFt v2.3
开源图形引擎 EGE(Easy Graphics Engine) 的高层封装库
 
载入中...
搜索中...
未找到
GFt::UI::XRadioBox结构体 参考final

单选框声明式UI块 更多...

#include <UI.h>

Public 成员函数

 ~XRadioBox ()
 

Public 属性

std::function< void(GFt::Widget::RadioBox &)> content
 内容定义
 
const std::string name
 块识别名称
 
GFt::Blockparent
 父块
 
GFt::RadioManagerradioManager
 关联的单选框管理器
 
iRect rect = iRect()
 所在矩形
 
int zIndex = 0
 Z轴层级
 

详细描述

单选框声明式UI块

单选框声明式UI块用于声明式地创建单选框,并提供单选框内容的设置

构造及析构函数说明

◆ ~XRadioBox()

GFt::UI::XRadioBox::~XRadioBox ( )

类成员变量说明

◆ content

std::function<void(GFt::Widget::RadioBox&)> GFt::UI::XRadioBox::content

内容定义

◆ name

const std::string GFt::UI::XRadioBox::name

块识别名称

◆ parent

GFt::Block& GFt::UI::XRadioBox::parent

父块

◆ radioManager

GFt::RadioManager& GFt::UI::XRadioBox::radioManager

关联的单选框管理器

◆ rect

iRect GFt::UI::XRadioBox::rect = iRect()

所在矩形

◆ zIndex

int GFt::UI::XRadioBox::zIndex = 0

Z轴层级