YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
控制台。 更多...
#include <Console.h>
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::Screen & | Screen |
友元 | |
void | Activate (Console &, Drawing::Color=Drawing::ColorSpace::White, Drawing::Color=Drawing::ColorSpace::Black) |
激活:使用指定屏幕、有效性、前景色和背景色。 | |
void | Deactivate (Console &) |
停用。 | |
|
inlineexplicit |
|
inlinevirtual |
YSL_BEGIN void Console::Pause | ( | ) |
|
friend |
激活:使用指定屏幕、有效性、前景色和背景色。
|
friend |
停用。
Devices::Screen& YSLib::UI::Console::Screen |