YSTest
PreAlpha_b380_20130211
The YSLib Test Project
|
用户界面事件参数基类。 More...
#include <ywgtevt.h>
Public Member Functions | |
UIEventArgs (IWidget &wgt) | |
UIEventArgs (const UIEventArgs &)=default | |
复制构造:默认实现。 | |
UIEventArgs & | operator= (const UIEventArgs &)=default |
复制赋值:默认实现。 | |
IWidget & | GetSender () const ynothrow |
void | SetSender (IWidget &wgt) |
Private Attributes | |
IWidget * | pSender |
|
inlineexplicit |
|
inlinedefault |
复制构造:默认实现。
|
inline |
Definition at line 76 of file ywgtevt.h.
Referenced by YSLib::Components::GUIState::ResponseKey(), YSLib::Components::GUIState::ResponseKeyBase(), YSLib::Components::GUIState::ResponseTouch(), and YSLib::Components::GUIState::ResponseTouchBase().
|
inlinedefault |
复制赋值:默认实现。
|
inline |
Definition at line 77 of file ywgtevt.h.
Referenced by YSLib::Components::GUIState::ResponseKey(), YSLib::Components::GUIState::ResponseTouch(), and YSLib::Components::GUIState::ResponseTouchBase().