YSTest
PreAlpha_b380_20130211
The YSLib Test Project
|
部件控制器。 More...
#include <ywgtevt.h>
Public Member Functions | |
WidgetController (bool=false) | |
构造:使用指定可用性。 | |
virtual EventMapping::ItemType & | GetItem (const VisualEvent &) |
取事件项。 | |
virtual WidgetController * | Clone () const |
![]() | |
AController (bool b=true) | |
构造:使用指定可用性。 | |
virtual | ~AController () |
析构:空实现。 | |
bool | IsEnabled () const ynothrow |
virtual EventMapping::ItemType & | GetItemRef (const VisualEvent &id, EventMapping::MappedType(&)()) |
取事件项,若不存在则用指定函数指针添加。 | |
void | SetEnabled (bool _tempArgName) |
Public Attributes | |
GEventWrapper< GEvent< void(HPaintEvent::EventArgsType)> , UIEventArgs && > | Paint |
|
explicit |
构造:使用指定可用性。
|
inlinevirtual |
Implements YSLib::Components::AController.
|
virtual |
取事件项。
Implements YSLib::Components::AController.
Definition at line 70 of file ywgtevt.cpp.
References YSLib::Components::Paint, and Paint.
GEventWrapper<GEvent<void( HPaintEvent ::EventArgsType)>, UIEventArgs&&> YSLib::Components::WidgetController::Paint |