|
YSTest
PreAlpha_b380_20130211
The YSLib Test Project
|
滚动事件参数类。 More...
#include <scroll.h>


Public Types | |
| typedef float | ValueType |
| 值类型。 | |
Public Member Functions | |
| ScrollEventArgs (IWidget &wgt, ScrollCategory t, ValueType val) | |
| 构造:使用指定事件源、滚动事件类型和值。 | |
| ScrollEventArgs (IWidget &wgt, ScrollCategory t, ValueType val, ValueType old_val) | |
| 构造:使用指定事件源、滚动事件类型、值和旧值。 | |
| ValueType | GetValue () const ynothrow |
| 取值。 | |
| ValueType | GetOldValue () const ynothrow |
| 取旧值。 | |
| void | SetValue (ValueType _tempArgName) |
| 设置值。 | |
| void | SetOldValue (ValueType _tempArgName) |
| 设置旧值。 | |
Public Member Functions inherited from YSLib::Components::UIEventArgs | |
| UIEventArgs (IWidget &wgt) | |
| UIEventArgs (const UIEventArgs &)=default | |
| 复制构造:默认实现。 | |
| UIEventArgs & | operator= (const UIEventArgs &)=default |
| 复制赋值:默认实现。 | |
| IWidget & | GetSender () const ynothrow |
| void | SetSender (IWidget &wgt) |
Public Attributes | |
| ScrollCategory | Category |
| 滚动事件类别。 | |
| typedef float YSLib::Components::ScrollEventArgs::ValueType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ScrollCategory YSLib::Components::ScrollEventArgs::Category |