?? gbglobal.h
字號:
/*! \file GBGlobal.h \brief GuoBi Man-Machine Interface (GBMMI) global structure definition. \date 2006-08-31\n \version 1\n \author gen.liu\n\n initial version\n */#ifndef __GB_GLOBAL_H__#define __GB_GLOBAL_H__#include "GBMMI.h"#ifndef WIN32#ifndef WINCE#include "gbwchar.h"#endif#endif/** \brief Global data of MMI*/typedef struct __tag_GBMMIGlobals{ GBInitData initData ; ///< structure of data initialization#ifdef __GB_CHINESE_ENGINE__ GBUIInfo uiInfo ; ///< some info of ui#endif GBOutputInfo outputInfo ; ///< structure of output information} GBMMIGlobals ;#ifndef GBAPI#ifdef GBIMPORT#define GBAPI __declspec(dllimport)#else#define GBAPI extern#endif#endif#ifdef __cplusplusextern "C" {#endif GBAPI GBMMIGlobals g_gbMMIGlobals ; GBAPI ENInputStruct ENIS;#ifdef __GB_CHINESE_ENGINE__ GBAPI EBInputStruct EBIS;#endif#ifdef __cplusplus}#endif#endif //__GB_GLOBAL_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -