YSTest  PreAlpha_b500_20140530
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::Color)
 激活:使用指定屏幕、有效性、前景色和背景色。 更多...
 
void Deactivate (Console &)
 停用。 更多...
 

详细描述

控制台。

在文件 Console.h42 行定义.

构造及析构函数说明

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.h52 行定义.

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

函数调用图:

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

析构。

注解
自动停用。

在文件 Console.h65 行定义.

参考 YSLib::UI::Deactivate().

函数调用图:

成员函数说明

void YSLib::UI::Console::Pause ( )

在文件 Console.cpp39 行定义.

参考 platform::WaitForInput().

函数调用图:

友元及相关函数文档

void Activate ( Console ,
Drawing::Color  ,
Drawing::Color   
)
friend

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

自从
build 494

在文件 Console.cpp45 行定义.

void Deactivate ( Console )
friend

停用。

在文件 Console.cpp50 行定义.

类成员变量说明

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

在文件 Console.h45 行定义.


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