可视状态。
More...
#include <ywgtview.h>
可视状态。
- Warning
- 非虚析构。
- Since
- build 168
Definition at line 60 of file ywgtview.h.
Visual::Visual |
( |
const Rect & |
r = {} | ) |
|
SDst YSLib::Components::Visual::GetHeight |
( |
| ) |
const |
|
inline |
const Point& YSLib::Components::Visual::GetLocation |
( |
| ) |
const |
|
inline |
Point& YSLib::Components::Visual::GetLocationRef |
( |
| ) |
|
|
inline |
const Size& YSLib::Components::Visual::GetSize |
( |
| ) |
const |
|
inline |
Size& YSLib::Components::Visual::GetSizeRef |
( |
| ) |
|
|
inline |
SDst YSLib::Components::Visual::GetWidth |
( |
| ) |
const |
|
inline |
SPos YSLib::Components::Visual::GetX |
( |
| ) |
const |
|
inline |
SPos YSLib::Components::Visual::GetY |
( |
| ) |
const |
|
inline |
bool YSLib::Components::Visual::IsVisible |
( |
| ) |
const |
|
inline |
void YSLib::Components::Visual::SetHeight |
( |
SDst |
h | ) |
|
|
inline |
设置大小:高。
- Note
- 非虚
public
实现。
Definition at line 110 of file ywgtview.h.
void YSLib::Components::Visual::SetLocation |
( |
const Point & |
_tempArgName | ) |
|
|
inline |
void YSLib::Components::Visual::SetLocation |
( |
SPos |
x, |
|
|
SPos |
y |
|
) |
| |
|
inline |
设置位置。
- Note
- 非虚
public
实现。
Definition at line 120 of file ywgtview.h.
void YSLib::Components::Visual::SetSize |
( |
const Size & |
_tempArgName | ) |
|
|
inline |
设置大小。
- Note
- 虚
public
实现。
Definition at line 126 of file ywgtview.h.
void YSLib::Components::Visual::SetSize |
( |
SDst |
w, |
|
|
SDst |
h |
|
) |
| |
|
inline |
设置大小。
- Note
- 非虚
public
实现。
Definition at line 131 of file ywgtview.h.
void YSLib::Components::Visual::SetVisible |
( |
bool |
_tempArgName | ) |
|
|
inline |
void YSLib::Components::Visual::SetWidth |
( |
SDst |
w | ) |
|
|
inline |
设置大小:宽。
- Note
- 非虚
public
实现。
Definition at line 104 of file ywgtview.h.
void YSLib::Components::Visual::SetX |
( |
SPos |
x | ) |
|
|
inline |
设置位置:横坐标。
- Note
- 非虚
public
实现。
Definition at line 92 of file ywgtview.h.
void YSLib::Components::Visual::SetY |
( |
SPos |
y | ) |
|
|
inline |
设置位置:纵坐标。
- Note
- 非虚
public
实现。
Definition at line 98 of file ywgtview.h.
Point YSLib::Components::Visual::location |
|
private |
左上角所在位置(相对于容器的偏移坐标)。
Definition at line 64 of file ywgtview.h.
Size YSLib::Components::Visual::size |
|
private |
bool YSLib::Components::Visual::visible |
|
private |
The documentation for this class was generated from the following files: