YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
控制器抽象类。 更多...
#include <ywgtevt.h>
Public 成员函数 | |
AController (bool b=true) | |
构造:使用指定可用性。 | |
virtual | ~AController () |
析构:空实现。 | |
bool | IsEnabled () const ynothrow |
virtual EventMapping::ItemType & | GetItem (const VisualEvent &)=0 |
取事件项。 | |
virtual EventMapping::ItemType & | GetItemRef (const VisualEvent &id, EventMapping::MappedType(&)()) |
取事件项,若不存在则用指定函数指针添加。 | |
void | SetEnabled (bool _tempArgName) |
virtual AController * | Clone () const =0 |
Private 属性 | |
bool | enabled |
控件可用性。 | |
|
inlinevirtual |
|
pure virtual |
在 YSLib::UI::WidgetController , 以及 YSLib::UI::Controller 内被实现.
|
pure virtual |
|
inlinevirtual |
|
inline |