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

控制台。 更多...

#include <Console.h>

YSLib::UI::Console 的协作图:

Public 成员函数

 Console (Devices::Screen &scr, bool a=true, Drawing::Color fc=Drawing::ColorSpace::White, Drawing::Color bc=Drawing::ColorSpace::Black)
 构造:使用指定屏幕、有效性、前景色和背景色。
 
virtual ~Console ()
 析构。
 
void Pause ()
 

Public 属性

Devices::ScreenScreen
 

友元

void Activate (Console &, Drawing::Color=Drawing::ColorSpace::White, Drawing::Color=Drawing::ColorSpace::Black)
 激活:使用指定屏幕、有效性、前景色和背景色。
 
void Deactivate (Console &)
 停用。
 

详细描述

控制台。

在文件 Console.h39 行定义.

构造及析构函数说明

YSLib::UI::Console::Console ( Devices::Screen scr,
bool  a = true,
Drawing::Color  fc = Drawing::ColorSpace::White,
Drawing::Color  bc = Drawing::ColorSpace::Black 
)
inlineexplicit

构造:使用指定屏幕、有效性、前景色和背景色。

自从
build 296

在文件 Console.h49 行定义.

参考 YSLib::Activate() , 以及 fc.

函数调用图:

virtual YSLib::UI::Console::~Console ( )
inlinevirtual

析构。

注解
自动停用。

在文件 Console.h62 行定义.

参考 Deactivate().

函数调用图:

成员函数说明

YSL_BEGIN void Console::Pause ( )

在文件 Console.cpp36 行定义.

参考 platform::WaitForInput().

函数调用图:

友元及相关函数文档

void Activate ( Console ,
Drawing::Color  = Drawing::ColorSpace::White,
Drawing::Color  = Drawing::ColorSpace::Black 
)
friend

激活:使用指定屏幕、有效性、前景色和背景色。

void Deactivate ( Console )
friend

停用。

类成员变量说明

Devices::Screen& YSLib::UI::Console::Screen

在文件 Console.h42 行定义.


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