|
YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
可视状态。 更多...
#include <ywgtview.h>

Public 成员函数 | |
| Visual (const Rect &={}) | |
| 构造:使用指定边界。 | |
| bool | IsVisible () const ynothrow |
| SPos | GetX () const ynothrow |
| SPos | GetY () const ynothrow |
| SDst | GetWidth () const ynothrow |
| SDst | GetHeight () const ynothrow |
| const Point & | GetLocation () const ynothrow |
| const Size & | GetSize () const ynothrow |
| Point & | GetLocationRef () ynothrow |
| Size & | GetSizeRef () ynothrow |
| void | SetVisible (bool _tempArgName) |
| void | SetX (SPos x) |
| 设置位置:横坐标。 | |
| void | SetY (SPos y) |
| 设置位置:纵坐标。 | |
| void | SetWidth (SDst w) |
| 设置大小:宽。 | |
| void | SetHeight (SDst h) |
| 设置大小:高。 | |
| void | SetLocation (const Point &_tempArgName) |
| 设置位置。 | |
| void | SetLocation (SPos x, SPos y) |
| 设置位置。 | |
| void | SetSize (const Size &_tempArgName) |
| 设置大小。 | |
| void | SetSize (SDst w, SDst h) |
| 设置大小。 | |
Private 属性 | |
| bool | visible |
| 可见性。 | |
| Point | location |
| 左上角所在位置(相对于容器的偏移坐标)。 | |
| Size | size |
| 部件大小。 | |
| Visual::Visual | ( | const Rect & | r = {} | ) |
|
inline |
在文件 ywgtview.h 第 79 行定义.
|
inline |
在文件 ywgtview.h 第 80 行定义.
|
inline |
在文件 ywgtview.h 第 83 行定义.
|
inline |
在文件 ywgtview.h 第 81 行定义.
|
inline |
在文件 ywgtview.h 第 85 行定义.
|
inline |
在文件 ywgtview.h 第 78 行定义.
|
inline |
在文件 ywgtview.h 第 76 行定义.
|
inline |
在文件 ywgtview.h 第 77 行定义.
|
inline |
在文件 ywgtview.h 第 74 行定义.
|
inline |
|
inline |
设置位置。
在文件 ywgtview.h 第 115 行定义.
|
inline |
|
inline |
|
inline |
|
inline |
在文件 ywgtview.h 第 87 行定义.
|
inline |
|
inline |
|
inline |
|
private |
左上角所在位置(相对于容器的偏移坐标)。
在文件 ywgtview.h 第 64 行定义.
|
private |
部件大小。
在文件 ywgtview.h 第 65 行定义.
|
private |
可见性。
在文件 ywgtview.h 第 63 行定义.