|
FCT
|
#include <runtime.h>

Public 成员函数 | |
| Runtime () | |
| ~Runtime () | |
| void | init () |
| void | term () |
| int | getDeviceWidth () |
| int | getDeviceHeight () |
| Window * | createWindow () |
| Window * | createWindow (int w, int h, const char *title="") |
| Window * | createWindow (int x, int y, int w, int h, const char *title="") |
| Context * | createContext () |
| ImageLoader * | createImageLoader () |
| ModelLoader * | createModelLoader () |
| Freetype_Font * | createFont () |
| void | postUiTask (UITaskFunction task, void *param=nullptr, bool waited=true) |
| PipeHub & | pipeHub () |
Private 成员函数 | |
| Runtime (const Runtime &)=delete | |
| Runtime & | operator= (const Runtime &)=delete |
Private 属性 | |
| PipeHub | m_pipeHub |
| RuntimeCommon * | g_common |
|
privatedelete |

| Context * FCT::Runtime::createContext | ( | ) |
在文件 Android_Runtime.cpp 第 72 行定义.
|
inline |
| ImageLoader * FCT::Runtime::createImageLoader | ( | ) |
| ModelLoader * FCT::Runtime::createModelLoader | ( | ) |
| Window * FCT::Runtime::createWindow | ( | ) |
|
inline |
|
inline |
| int FCT::Runtime::getDeviceHeight | ( | ) |
在文件 Android_Runtime.cpp 第 64 行定义.
| int FCT::Runtime::getDeviceWidth | ( | ) |
在文件 Android_Runtime.cpp 第 60 行定义.
| void FCT::Runtime::init | ( | ) |
| PipeHub & FCT::Runtime::pipeHub | ( | ) |
在文件 runtime.cpp 第 20 行定义.
|
inline |
| void FCT::Runtime::term | ( | ) |
|
private |