YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
YSLib::UI::DialogBox类 参考

对话框。 更多...

#include <uicontx.h>

类 YSLib::UI::DialogBox 继承关系图:
YSLib::UI::DialogBox 的协作图:

Public 类型

typedef
ystdex::subscriptive_iterator
< DialogBox, IWidget
Iterator
 

Public 成员函数

 DialogBox (const Rect &={})
 
Iterator GetBegin ()
 
Iterator GetEnd ()
 
WidgetRange GetChildren () override
 
IWidgetoperator[] (size_t idx) ynoexcept
 
size_t GetChildrenCount () const ynothrow
 
- Public 成员函数 继承自 YSLib::UI::Control
 Control (const Rect &={})
 构造:使用指定边界,默认背景(同 Widget 默认构造)。
 
 Control (const Rect &, NoBackgroundTag)
 构造:使用指定边界,无背景。
 
 Control (const Control &)
 复制构造:除容器为空外深复制。
 
 Control (Control &&)=default
 
virtual IWidgetGetBoundControlPtr (const KeyInput &)
 取按键-指针设备输入默认事件组映射。
 
void OnTouch_Close (TouchEventArgs &&)
 处理屏幕事件:关闭显示。
 
- Public 成员函数 继承自 YSLib::UI::Widget
 Widget (const Rect &={}, Color=Drawing::ColorSpace::White, Color=Drawing::ColorSpace::Black)
 
template<typename _tView , typename _tRenderer , typename _tController >
 Widget (_tView &&pView_=make_unique< View >(), _tRenderer &&pRenderer_=make_unique< Renderer >(), _tController &&pController_={})
 构造:使用视图指针、渲染器指针和控制器指针,无背景。
 
 Widget (const Widget &)
 复制构造:除容器指针为空外深复制。
 
 Widget (Widget &&)=default
 
virtual ~Widget ()
 析构:虚实现。
 
SPos GetX () const ynothrow
 
SPos GetY () const ynothrow
 
SDst GetWidth () const ynothrow
 
SDst GetHeight () const ynothrow
 
virtual RendererGetRenderer () const ynothrow
 取渲染器。
 
virtual ViewGetView () const ynothrow
 取部件视图。
 
virtual AControllerGetController () const override
 取控制器。
 
void SetX (SDst _tempArgName)
 
void SetY (SDst _tempArgName)
 
void SetWidth (SDst _tempArgName)
 
void SetHeight (SDst _tempArgName)
 
void SetRenderer (unique_ptr< Renderer > &&)
 设置渲染器为指定指针指向的对象,同时更新渲染器状态。
 
void SetView (unique_ptr< View > &&)
 设置渲染器为指定指针指向的对象,同时更新渲染器状态。
 
virtual void Refresh (PaintEventArgs &&)
 刷新:按指定参数绘制界面并更新状态。
 
- Public 成员函数 继承自 YSLib::UI::IWidget
virtual ~IWidget ()
 

Protected 属性

Thumb btnClose
 关闭按钮。
 

额外继承的成员函数

- Public 属性 继承自 YSLib::UI::Control
std::function< IWidget *(const
KeyInput &)> 
BoundControlPtr
 按键-指针设备输入事件组映射。
 

详细描述

对话框。

自从
build 276

在文件 uicontx.h43 行定义.

成员类型定义说明

自从
build 357

在文件 uicontx.h47 行定义.

构造及析构函数说明

YSL_BEGIN DialogBox::DialogBox ( const Rect r = {})
explicit
自从
build 337

在文件 uicontx.cpp36 行定义.

参考 YSLib::UI::BackgroundPriority(),btnClose(),DecorateAsCloseButton() , 以及 YSLib::UI::SetContainerPtrOf().

函数调用图:

成员函数说明

Iterator YSLib::UI::DialogBox::GetBegin ( )
inline
自从
build 357

在文件 uicontx.h62 行定义.

WidgetRange YSLib::UI::DialogBox::GetChildren ( )
inlineoverridevirtual
自从
build 357

重载 YSLib::UI::Widget .

在文件 uicontx.h62 行定义.

size_t YSLib::UI::DialogBox::GetChildrenCount ( ) const
inline

在文件 uicontx.h62 行定义.

Iterator YSLib::UI::DialogBox::GetEnd ( )
inline

在文件 uicontx.h62 行定义.

IWidget& YSLib::UI::DialogBox::operator[] ( size_t  idx)
inline

在文件 uicontx.h62 行定义.

类成员变量说明

Thumb YSLib::UI::DialogBox::btnClose
protected

关闭按钮。

自从
build 302

在文件 uicontx.h54 行定义.


该类的文档由以下文件生成: