YSTest
PreAlpha_b380_20130211
The YSLib Test Project
|
控制台。 More...
#include <Console.h>
Public Member Functions | |
Console (Devices::Screen &scr, bool a=true, Drawing::Color fc=Drawing::ColorSpace::White, Drawing::Color bc=Drawing::ColorSpace::Black) | |
构造:使用指定屏幕、有效性、前景色和背景色。 | |
virtual | ~Console () |
析构。 | |
void | Pause () |
Public Attributes | |
Devices::Screen & | Screen |
Friends | |
void | Activate (Console &, Drawing::Color=Drawing::ColorSpace::White, Drawing::Color=Drawing::ColorSpace::Black) |
激活:使用指定屏幕、有效性、前景色和背景色。 | |
void | Deactivate (Console &) |
停用。 | |
|
inlineexplicit |
构造:使用指定屏幕、有效性、前景色和背景色。
Definition at line 49 of file Console.h.
References YSLib::Activate(), and fc.
|
inlinevirtual |
析构。
Definition at line 62 of file Console.h.
References Deactivate().
YSL_BEGIN void Console::Pause | ( | ) |
Definition at line 36 of file Console.cpp.
References platform::WaitForInput().
|
friend |
激活:使用指定屏幕、有效性、前景色和背景色。
|
friend |
停用。
Devices::Screen& YSLib::Components::Console::Screen |