CBlueUI  
C++ 跨平台跨框架的数据可视化工具
载入中...
搜索中...
未找到
BUI::UISystemStartUp结构体 参考

全局初始化对象,此对象的生命周期需要与执行程序相同 更多...

Public 成员函数

 UISystemStartUp ()
 
 ~UISystemStartUp ()
 

Public 属性

POINT ptTrace
 
CLanguageTranslator langTranslator
 语言翻译
 
CSettingInfo setting_info
 智能记忆配置信息(json格式)。比如控件的历史输入记录,控件关闭时的状态
 
CControlGC controlGC
 UI控件回收机制,无需手动释放控件
 
WindowDockingManager dockmgr
 docking system
 
PopWindowManager windowManager
 弹窗管理
 
CTimerWheel timerMgr
 定时器
 
CResourceFont resFont
 字体资源管理
 
CResourceGraphics resGraphics
 图形色彩公共资源管理
 
int m_cur_theme
 当前主题索引,-1表示加载用户自定义主题
 
BeString m_current_app_dir
 app运行目录
 
int m_gray_con_type
 全局灰度处理类型。小于0表示不做全局灰度处理
 
CToastBoxm_toastBox
 

详细描述

全局初始化对象,此对象的生命周期需要与执行程序相同

构造及析构函数说明

◆ UISystemStartUp()

BUI::UISystemStartUp::UISystemStartUp ( )

◆ ~UISystemStartUp()

BUI::UISystemStartUp::~UISystemStartUp ( )

类成员变量说明

◆ controlGC

CControlGC BUI::UISystemStartUp::controlGC

UI控件回收机制,无需手动释放控件

◆ dockmgr

WindowDockingManager BUI::UISystemStartUp::dockmgr

docking system

◆ langTranslator

CLanguageTranslator BUI::UISystemStartUp::langTranslator

语言翻译

◆ m_cur_theme

int BUI::UISystemStartUp::m_cur_theme

当前主题索引,-1表示加载用户自定义主题

◆ m_current_app_dir

BeString BUI::UISystemStartUp::m_current_app_dir

app运行目录

◆ m_gray_con_type

int BUI::UISystemStartUp::m_gray_con_type

全局灰度处理类型。小于0表示不做全局灰度处理

◆ m_toastBox

CToastBox* BUI::UISystemStartUp::m_toastBox

◆ ptTrace

POINT BUI::UISystemStartUp::ptTrace

◆ resFont

CResourceFont BUI::UISystemStartUp::resFont

字体资源管理

◆ resGraphics

CResourceGraphics BUI::UISystemStartUp::resGraphics

图形色彩公共资源管理

◆ setting_info

CSettingInfo BUI::UISystemStartUp::setting_info

智能记忆配置信息(json格式)。比如控件的历史输入记录,控件关闭时的状态

◆ timerMgr

CTimerWheel BUI::UISystemStartUp::timerMgr

定时器

◆ windowManager

PopWindowManager BUI::UISystemStartUp::windowManager

弹窗管理

鄂公网安备42018502007752 鄂ICP备2024082886
Copyright © 2025 · CBlueStudio 版权所有