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

事件任务列表 更多...

+ 类 BUI::ActionList 继承关系图:

Public 成员函数

 ActionList ()
 
 ~ActionList ()
 
void Clear ()
 清除所有动作
 
void AddAction (std::shared_ptr< IActionNotify > notify)
 添加动作事件
 
const ActionListoperator= (const ActionList &other)
 
BOOL DoAction () override
 执行动作事件内的任务
 
- Public 成员函数 继承自 BUI::IActionNotify
 IActionNotify ()
 
virtual ~IActionNotify ()
 
virtual BOOL DoAction ()=0
 

详细描述

事件任务列表

构造及析构函数说明

◆ ActionList()

BUI::ActionList::ActionList ( )

◆ ~ActionList()

BUI::ActionList::~ActionList ( )

成员函数说明

◆ AddAction()

void BUI::ActionList::AddAction ( std::shared_ptr< IActionNotify notify)

添加动作事件

◆ Clear()

void BUI::ActionList::Clear ( )

清除所有动作

◆ DoAction()

BOOL BUI::ActionList::DoAction ( )
overridevirtual

执行动作事件内的任务

实现了 BUI::IActionNotify.

◆ operator=()

const ActionList & BUI::ActionList::operator= ( const ActionList other)
鄂公网安备42018502007752 鄂ICP备2024082886
Copyright © 2025 · CBlueStudio 版权所有