YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
Shell 助手模块。 更多...
函数 | |
string | to_string (const Size &s) |
string | to_string (const Rect &r) |
void | RemoveGlobalTasks () |
从全局消息队列中移除所有后台消息。 | |
const char * | TranslateTime (const std::tm &tm, const char *format) |
格式化时间字符串。 | |
const char * | TranslateTime (const std::time_t &t, const char *format) ythrow(GeneralEvent) |
shared_ptr < UI::TextList::ListType > | FetchFontFamilyNames () |
取字型家族名称。 | |
void | SwitchVisible (IWidget &wgt) |
切换部件显示状态并无效化。 | |
Shell 助手模块。
在文件 ShellHelper.cpp 中定义.
shared_ptr<UI::TextList::ListType> FetchFontFamilyNames | ( | ) |
取字型家族名称。
在文件 ShellHelper.cpp 第 122 行定义.
参考 FetchDefaultFontCache(),ystdex::get_key , 以及 ystdex::share_raw().
void RemoveGlobalTasks | ( | ) |
void SwitchVisible | ( | IWidget & | ) |
切换部件显示状态并无效化。
在文件 ShellHelper.cpp 第 162 行定义.
参考 YSLib::UI::Invalidate(),YSLib::UI::IsVisible() , 以及 YSLib::UI::SetVisibleOf().
string to_string | ( | const Size & | s | ) |
string to_string | ( | const Rect & | r | ) |
const char* TranslateTime | ( | const std::tm & | , |
const char * | = DefaultTimeFormat |
||
) |
const char* TranslateTime | ( | const std::time_t & | t, |
const char * | format | ||
) |