|
SimpleWindow
|
App类 更多...
#include <App.h>
静态 Public 成员函数 | |
| static int | MsgLoop () |
| 消息循环 | |
| static void | QuitMsgLoop (int exitCode=0) |
| 退出当前线程的消息循环 | |
静态 Public 属性 | |
| static const ReadOnlyProperty< HINSTANCE > | Instance |
| 应用程序的当前实例的句柄 | |
| static const ReadOnlyProperty< std::wstring > | ExePath |
| 当前exe的文件路径 | |
| static const ReadOnlyProperty< std::wstring > | ExeDirectory |
| 当前exe所在的文件夹路径 | |
| static const Property< std::wstring > | CurrentDirectory |
| 当前工作路径 | |
| static const Property< AppQuitMode > | QuitMode |
| 当前线程退出消息循环的方式 | |
| static thread_local Action< MSG & > | NullHwndMsgHandler |
| 当前线程消息循环中处理空句柄消息的回调函数 | |
App类
|
static |
消息循环
|
static |
退出当前线程的消息循环
| exitCode | 退出代码 |
|
static |
当前线程消息循环中处理空句柄消息的回调函数
|
static |
当前线程退出消息循环的方式