YSTest  PreAlpha_b500_20140530
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
yapp.h 文件参考

系统资源和应用程序实例抽象。 更多...

#include "YModules.h"
#include <YSLib/Core/yshell.h>
yapp.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  YSLib::Application
 程序实例。 更多...
 

命名空间

 YSLib
 

函数

YF_API Application & YSLib::FetchAppInstance () ynothrow
 取应用程序实例。 更多...
 
shared_ptr< Shell > YSLib::FetchShellHandle () ynothrow
 取当前应用程序线程空间中活动的 Shell 句柄。 更多...
 
bool YSLib::Activate (const shared_ptr< Shell > &hShl)
 激活 Shell 对象:控制权转移给此对象以维持单线程运行。 更多...
 
YF_API void YSLib::PostQuitMessage (int nExitCode, Messaging::Priority p=0xF0)
 以优先级 p 发起 Shell 终止请求,返回 nExitCode。 更多...
 
YF_API void YSLib::PostMessage (const Message &, Messaging::Priority) ynothrow
 全局默认队列消息发送函数。 更多...
 
void YSLib::PostMessage (Messaging::ID id, Messaging::Priority prior, const ValueObject &vo={}) ynothrow
 
void YSLib::PostMessage (Messaging::ID id, Messaging::Priority prior, ValueObject &&c) ynothrow
 
template<Messaging::MessageID _vID>
void YSLib::PostMessage (Messaging::Priority prior, const typename Messaging::SMessageMap< _vID >::TargetType &target) ynothrow
 

详细描述

系统资源和应用程序实例抽象。

版本
r1618
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
早于 build 132
创建时间:
2009-12-27 17:12:27 +0800
修改时间:
2014-02-27 20:46 +0800
文本编码:
UTF-8
模块名称:
YSLib::Core::YApplication

在文件 yapp.h 中定义.