CBlueUI  
C++ 跨平台跨框架的数据可视化工具
载入中...
搜索中...
未找到
CCoreEventHandler.h 文件参考

union  BUI::FourCode
 
class  BUI::ICommitTarget
 对象之间传递数据的提交操作。比如表格单元格编辑后,更新到指定的单元格数据对象。按钮点击后关闭下拉窗口等 更多...
 
class  BUI::IEventHandler
 
class  BUI::IDockHandler
 
class  BUI::INotifyHandler
 
class  BUI::IActionNotify
 
class  BUI::ActionList
 
class  BUI::EventTrigger
 
class  BUI::IUserData
 
class  BUI::INodeData
 
class  BUI::CMemoryAlloc
 

命名空间

namespace  BUI
 

宏定义

#define INIT_FOUR_CODE(op, a, b, c, d)
 
#define IS_FOUR_CODE(op, a, b, c, d)   ((op).ch[0] == (char)a && (op).ch[1] == (char)b && (op).ch[2] == (char)c && (op).ch[3] == (char)d)
 

宏定义说明

◆ INIT_FOUR_CODE

#define INIT_FOUR_CODE (   op,
  a,
  b,
  c,
 
)
值:
(op).ch[0] = (char)a; \
(op).ch[1] = (char)b; \
(op).ch[2] = (char)c; \
(op).ch[3] = (char)d;

◆ IS_FOUR_CODE

#define IS_FOUR_CODE (   op,
  a,
  b,
  c,
 
)    ((op).ch[0] == (char)a && (op).ch[1] == (char)b && (op).ch[2] == (char)c && (op).ch[3] == (char)d)
鄂公网安备42018502007752 鄂ICP备2024082886
Copyright © 2025 · CBlueStudio 版权所有