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 | ) |