YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
部件视图。 更多...
#include <ywgtview.h>
Public 成员函数 | |
View (const Rect &r={}) | |
构造:使用指定边界、前景色和背景色。 | |
View (const View &v) | |
View (View &&v) | |
virtual | ~View () |
View & | operator= (const View &v) |
复制赋值:仅可视状态。 | |
View & | operator= (View &&v) |
转移赋值:仅可视状态。 | |
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) |
void | SetX (SPos _tempArgName) |
void | SetY (SPos _tempArgName) |
void | SetWidth (SDst _tempArgName) |
void | SetHeight (SDst _tempArgName) |
virtual void | SetLocation (const Point &_tempArgName) |
virtual void | SetSize (const Size &_tempArgName) |
void | SetLocation (SPos x, SPos y) |
void | SetSize (SDst w, SDst h) |
virtual View * | Clone () const |
Public 属性 | |
IWidget * | ContainerPtr |
从属的部件容器的指针。 | |
IWidget * | DependencyPtr |
从属的部件指针。 | |
IWidget * | FocusingPtr |
焦点指针。 | |
Private 属性 | |
Visual | visual |
当前可视状态。 | |
|
inline |
|
inline |
在文件 ywgtview.h 第 165 行定义.
|
inline |
|
inlinevirtual |
在文件 ywgtview.h 第 175 行定义.
|
inlinevirtual |
在文件 ywgtview.h 第 225 行定义.
|
inline |
在文件 ywgtview.h 第 204 行定义.
|
inline |
|
inline |
在文件 ywgtview.h 第 208 行定义.
|
inline |
|
inline |
在文件 ywgtview.h 第 210 行定义.
|
inline |
在文件 ywgtview.h 第 203 行定义.
|
inline |
在文件 ywgtview.h 第 201 行定义.
|
inline |
在文件 ywgtview.h 第 202 行定义.
bool View::IsVisible | ( | ) | const |
在文件 ywgtview.cpp 第 43 行定义.
|
inline |
在文件 ywgtview.h 第 217 行定义.
|
inlinevirtual |
在文件 ywgtview.h 第 218 行定义.
|
inline |
在文件 ywgtview.h 第 220 行定义.
|
inlinevirtual |
在文件 ywgtview.h 第 219 行定义.
|
inline |
在文件 ywgtview.h 第 222 行定义.
void View::SetVisible | ( | bool | b | ) |
|
inline |
在文件 ywgtview.h 第 216 行定义.
|
inline |
在文件 ywgtview.h 第 214 行定义.
|
inline |
在文件 ywgtview.h 第 215 行定义.
|
mutable |
|
mutable |
|
mutable |
|
private |
当前可视状态。
在文件 ywgtview.h 第 143 行定义.