CBlueUI
C++ 跨平台跨框架的数据可视化工具
|
事件任务列表 更多...
Public 成员函数 | |
ActionList () | |
~ActionList () | |
void | Clear () |
清除所有动作 | |
void | AddAction (std::shared_ptr< IActionNotify > notify) |
添加动作事件 | |
const ActionList & | operator= (const ActionList &other) |
BOOL | DoAction () override |
执行动作事件内的任务 | |
![]() | |
IActionNotify () | |
virtual | ~IActionNotify () |
virtual BOOL | DoAction ()=0 |
事件任务列表
BUI::ActionList::ActionList | ( | ) |
BUI::ActionList::~ActionList | ( | ) |
void BUI::ActionList::AddAction | ( | std::shared_ptr< IActionNotify > | notify | ) |
添加动作事件
void BUI::ActionList::Clear | ( | ) |
清除所有动作
|
overridevirtual |
执行动作事件内的任务
实现了 BUI::IActionNotify.
const ActionList & BUI::ActionList::operator= | ( | const ActionList & | other | ) |