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

Shell 框架逻辑。 更多...

#include <Helper/shlds.h>
#include <Helper/ShellHelper.h>
#include <YCLib/Debug.h>
Shells.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define DeclResource(_name)   const ResourceIndex _name(__LINE__);
 
#define G_COMP_NAME   u"Franksoft"
 
#define G_APP_NAME   u"YReader"
 
#define G_APP_VER   u"Build PreAlpha"
 

类型定义

typedef map< ResourceIndex,
ValueObject
ResourceMap
 

函数

void Cleanup ()
 全局资源清理。
 
shared_ptr< Image > & FetchImage (size_t)
 
double FetchImageLoadTime ()
 

变量

YSL_BEGINdecltype(__LINE__) typedef ResourceIndex
 

详细描述

Shell 框架逻辑。

版本
r2895
作者
FrankHB frank.nosp@m.hb19.nosp@m.89@gm.nosp@m.ail..nosp@m.com
自从
早于 build 132
创建时间:
2010-03-06 21:38:16 +0800
修改时间:
2013-04-20 18:13 +0800
文本编码:
UTF-8
模块名称:
YReader::Shells

在文件 Shells.h 中定义.

宏定义说明

#define DeclResource (   _name)    const ResourceIndex _name(__LINE__);

在文件 Shells.h44 行定义.

#define G_APP_NAME   u"YReader"

在文件 Shells.h52 行定义.

参考自 GetDesktopDownHandle() , 以及 main().

#define G_APP_VER   u"Build PreAlpha"

在文件 Shells.h53 行定义.

#define G_COMP_NAME   u"Franksoft"

在文件 Shells.h51 行定义.

类型定义说明

在文件 Shells.h42 行定义.

函数说明

void Cleanup ( )

全局资源清理。

自从
build 400

在文件 Shells.cpp83 行定义.

参考自 main().

这是这个函数的调用关系图:

shared_ptr<Image>& FetchImage ( size_t  )

在文件 Shells.cpp93 行定义.

参考 h,MainScreenHeight,MainScreenWidth,ytest::timing::once() , 以及 ScrDraw().

参考自 GetDesktopDownHandle() , 以及 main().

函数调用图:

这是这个函数的调用关系图:

double FetchImageLoadTime ( )
自从
build 390

在文件 Shells.cpp132 行定义.

参考自 GetDesktopDownHandle().

这是这个函数的调用关系图:

变量说明

YSL_BEGINdecltype(__LINE__) typedef ResourceIndex

在文件 Shells.h41 行定义.

参考自 DeclResource().