YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
部件控制器。 更多...
#include <ycontrol.h>
Public 成员函数 | |
Controller (bool b) | |
template<typename... _tParams> | |
Controller (bool b, _tParams &&...args) | |
virtual EventMapping::ItemType & | GetItem (const VisualEvent &id) |
取事件项。 | |
EventMapping::ItemType & | GetItemRef (const VisualEvent &, EventMapping::MappedType(&)()) override |
取事件项,若不存在则用指定函数指针添加。 | |
EventMapping::MapType & | GetEventMap () const ynothrow |
取事件映射表。 | |
virtual Controller * | Clone () const override |
![]() | |
AController (bool b=true) | |
构造:使用指定可用性。 | |
virtual | ~AController () |
析构:空实现。 | |
bool | IsEnabled () const ynothrow |
void | SetEnabled (bool _tempArgName) |
Protected 属性 | |
EventMapping::MapType | EventMap |
事件映射表。 | |
|
inlineexplicit |
在文件 ycontrol.h 第 52 行定义.
|
inline |
在文件 ycontrol.h 第 57 行定义.
|
inlineoverridevirtual |
在文件 ycontrol.h 第 69 行定义.
|
inline |
取事件映射表。
在文件 ycontrol.h 第 66 行定义.
|
inlinevirtual |
|
overridevirtual |
|
mutableprotected |
事件映射表。
在文件 ycontrol.h 第 48 行定义.