28 #ifndef YSL_INC_UI_ywgtview_h_
29 #define YSL_INC_UI_ywgtview_h_ 1
79 DefGetter(const ynothrow, SDst, Height, GetSize().Height)
120 PDefH(
void, SetLocation, SPos x, SPos y)
163 : visual(r), ContainerPtr(), DependencyPtr(), FocusingPtr()
166 : visual(v.visual), ContainerPtr(), DependencyPtr(), FocusingPtr()
169 : visual(v.visual), ContainerPtr(v.ContainerPtr),
170 DependencyPtr(v.DependencyPtr), FocusingPtr(v.FocusingPtr)
172 yunseq(v.ContainerPtr =
nullptr, v.DependencyPtr =
nullptr,
173 v.FocusingPtr =
nullptr);
182 operator=(const View& v)
194 visual = std::move(v.visual);
220 PDefH(
void, SetLocation, SPos x, SPos y)
222 PDefH(
void, SetSize, SDst w, SDst h)