YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
平台相关的应用程序类。 更多...
#include <DSMain.h>
Public 成员函数 | |
DSApplication () | |
private 构造函数:非内联。 | |
~DSApplication () override | |
析构:释放资源。 | |
Devices::Screen & | GetScreenUp () const ynothrow |
取上屏幕。 | |
Devices::Screen & | GetScreenDown () const ynothrow |
取下屏幕。 | |
![]() | |
GUIApplication () | |
private 构造函数:非内联。 | |
~GUIApplication () override | |
析构:释放资源。 | |
Drawing::FontCache & | GetFontCache () const ynothrow |
取字体缓存引用。 | |
bool | DealMessage () |
处理当前消息。 | |
Private 属性 | |
array< unique_ptr < Devices::DSScreen >, 2 > | scrs |
屏幕组。 | |
额外继承的成员函数 | |
![]() | |
Messaging::Priority | UIResponseLimit |
用户界面输入响应阈值。 | |
ValueNode | Root |
值类型根节点。 | |
![]() | |
unique_ptr< Drawing::FontCache > | pFontCache |
默认字体缓存。 | |
DSApplication::DSApplication | ( | ) |
private
构造函数:非内联。
在文件 DSMain.cpp 第 77 行定义.
参考 platform::ColorSpace::Blue,platform::ColorSpace::Green,InitDSScreen(),InitVideo(),platform::KeyCodes::L,scrs,YAssert , 以及 yunseq().
|
override |
Devices::Screen & DSApplication::GetScreenDown | ( | ) | const |
Devices::Screen & DSApplication::GetScreenUp | ( | ) | const |
|
private |