YSTest
PreAlpha_b380_20130211
The YSLib Test Project
|
简单事件参数类。 More...
#include <ywgtevt.h>
Public Types | |
typedef _type | ValueType |
值类型。 | |
Public Member Functions | |
template<typename... _tParams> | |
yconstfn | GValueEventArgs (IWidget &wgt, _tParams &&...args) |
构造:使用部件引用和值。 | |
operator ValueType () const ynothrow | |
![]() | |
UIEventArgs (IWidget &wgt) | |
UIEventArgs (const UIEventArgs &)=default | |
复制构造:默认实现。 | |
UIEventArgs & | operator= (const UIEventArgs &)=default |
复制赋值:默认实现。 | |
IWidget & | GetSender () const ynothrow |
void | SetSender (IWidget &wgt) |
Public Attributes | |
ValueType | Value |
简单事件参数类。
保存部件引用和指定类型值的事件参数。
typedef _type YSLib::Components::GValueEventArgs< _type >::ValueType |
|
inline |
|
inline |
ValueType YSLib::Components::GValueEventArgs< _type >::Value |