GraceFt v2.3
开源图形引擎 EGE(Easy Graphics Engine) 的高层封装库
 
载入中...
搜索中...
未找到
声明式UI

声明式UI库 更多...

struct  GFt::UI::XBlock
 块声明式UI块 更多...
 
struct  GFt::UI::XButton
 按钮声明式UI块 更多...
 
struct  GFt::UI::XCheckBox
 复选框声明式UI块 更多...
 
struct  GFt::UI::XColumnLayout
 列布局声明式UI块 更多...
 
struct  GFt::UI::XGridLayout
 网格布局声明式UI块 更多...
 
struct  GFt::UI::XHSlider
 水平滑动条声明式UI块 更多...
 
struct  GFt::UI::XLabel
 标签声明式UI块 更多...
 
struct  GFt::UI::XMainWindow
 主窗口声明式UI块 更多...
 
struct  GFt::UI::XRadioBox
 单选框声明式UI块 更多...
 
struct  GFt::UI::XRowLayout
 行布局声明式UI块 更多...
 
struct  GFt::UI::XVSlider
 垂直滑动条声明式UI块 更多...
 
struct  GFt::UI::XWindow
 窗口声明式UI块 更多...
 

宏定义

#define BLOCK(name)
 声明式UI块便利宏
 

详细描述

声明式UI库

宏定义说明

◆ BLOCK

#define BLOCK ( name)
值:
static DeclarativeUIManager & getInstance()
获取UI管理器实例
定义 UI.cpp:34
Block * findBlock(const std::string &name)
查找UI块
定义 UI.cpp:9

声明式UI块便利宏

用于方便地获取声明式UI块的指针