部件视图。
More...
#include <ywgtview.h>
部件视图。
- Since
- build 259
Definition at line 140 of file ywgtview.h.
YSLib::Components::View::View |
( |
const Rect & |
r = {} | ) |
|
|
inline |
构造:使用指定边界、前景色和背景色。
- Since
- build 337
Definition at line 162 of file ywgtview.h.
YSLib::Components::View::View |
( |
const View & |
v | ) |
|
|
inline |
YSLib::Components::View::View |
( |
View && |
v | ) |
|
|
inline |
virtual YSLib::Components::View::~View |
( |
| ) |
|
|
inlinevirtual |
virtual View* YSLib::Components::View::Clone |
( |
| ) |
const |
|
inlinevirtual |
SDst YSLib::Components::View::GetHeight |
( |
| ) |
const |
|
inline |
const Point& YSLib::Components::View::GetLocation |
( |
| ) |
const |
|
inline |
Point& YSLib::Components::View::GetLocationRef |
( |
| ) |
|
|
inline |
const Size& YSLib::Components::View::GetSize |
( |
| ) |
const |
|
inline |
Size& YSLib::Components::View::GetSizeRef |
( |
| ) |
|
|
inline |
SDst YSLib::Components::View::GetWidth |
( |
| ) |
const |
|
inline |
SPos YSLib::Components::View::GetX |
( |
| ) |
const |
|
inline |
SPos YSLib::Components::View::GetY |
( |
| ) |
const |
|
inline |
bool View::IsVisible |
( |
| ) |
const |
View& YSLib::Components::View::operator= |
( |
const View & |
v | ) |
|
|
inline |
复制赋值:仅可视状态。
- Since
- build 295
Definition at line 183 of file ywgtview.h.
View& YSLib::Components::View::operator= |
( |
View && |
v | ) |
|
|
inline |
转移赋值:仅可视状态。
- Since
- build 295
Definition at line 193 of file ywgtview.h.
void YSLib::Components::View::SetHeight |
( |
SDst |
_tempArgName | ) |
|
|
inline |
virtual void YSLib::Components::View::SetLocation |
( |
const Point & |
_tempArgName | ) |
|
|
inlinevirtual |
void YSLib::Components::View::SetLocation |
( |
SPos |
x, |
|
|
SPos |
y |
|
) |
| |
|
inline |
virtual void YSLib::Components::View::SetSize |
( |
const Size & |
_tempArgName | ) |
|
|
inlinevirtual |
void YSLib::Components::View::SetSize |
( |
SDst |
w, |
|
|
SDst |
h |
|
) |
| |
|
inline |
void View::SetVisible |
( |
bool |
b | ) |
|
void YSLib::Components::View::SetWidth |
( |
SDst |
_tempArgName | ) |
|
|
inline |
void YSLib::Components::View::SetX |
( |
SPos |
_tempArgName | ) |
|
|
inline |
void YSLib::Components::View::SetY |
( |
SPos |
_tempArgName | ) |
|
|
inline |
IWidget* YSLib::Components::View::ContainerPtr |
|
mutable |
IWidget* YSLib::Components::View::DependencyPtr |
|
mutable |
从属的部件指针。
逻辑依赖的部件指针,用于提供边界、容器和焦点以外属性的默认值。
Definition at line 154 of file ywgtview.h.
IWidget* YSLib::Components::View::FocusingPtr |
|
mutable |
Visual YSLib::Components::View::visual |
|
private |
The documentation for this class was generated from the following files: