![]() |
CMGDK r49-rc2
|
枚举 | |
enum | HGLFlagString { hfsNone = 0, hfsName, hfsEnglishName, hfsVersion, hfsAuthor, hfsCMGDKPath, hfsPlugInPath, hfsGUIPath, hfsStartPath, hfsOSPath, hfsDesktopPath, hfsTempPath, hfsUserDataPath, hfsUserProgramPath, hfsAppFileName, hfsEnd } |
enum | HGLFlagPointer { hfpNone = 0, hfpSII, hfpApplication, hfpWindow, hfpFont, hfpFlow, hfpRootFlowControl, hfpEnd } |
函数 | |
void | InitString () |
void | ClearString () |
void | SetString (int, const wchar_t *) |
void | InitPointer () |
void | SetPointer (int, void *) |
const wchar_t * | GetString (HGLFlagString) |
取得古月标记字符串 | |
const void * | GetPointer (HGLFlagPointer) |
GetName (GetChineseName, L"古月游戏开发套件") GetName(GetEnglishName | |
L Classical Moon Game Development Kit | GetName (GetVersion, hgl_version_string) GetName(GetAuthor |
变量 | |
L Classical Moon Game Development Kit L 胡颖卓 typedef const wchar_t *(* | GetStringFUNC )() |
const wchar_t * | hgl_version_string = ") Edition" |
古月标志指针枚举
古月标志字串枚举
void hgl::info::ClearString | ( | ) |
hgl::info::GetName | ( | GetChineseName | , |
L"古月游戏开发套件" | |||
) |
L Classical Moon Game Development Kit hgl::info::GetName | ( | GetVersion | , |
hgl_version_string | |||
) |
const void * hgl::info::GetPointer | ( | HGLFlagPointer | n | ) |
const wchar_t * hgl::info::GetString | ( | HGLFlagString | n | ) |
void hgl::info::InitPointer | ( | ) |
void hgl::info::InitString | ( | ) |
void hgl::info::SetPointer | ( | int | n, |
void * | p | ||
) |
void hgl::info::SetString | ( | int | n, |
const wchar_t * | str | ||
) |
L Classical Moon Game Development Kit L 胡颖卓 typedef const wchar_t*(* hgl::info::GetStringFUNC)() |
const wchar_t* hgl::info::hgl_version_string = ") Edition" |