#include <MzApp.h>
公有成员 | |
| CMzApp (void) | |
| virtual int | Done () |
| called by the framework to release resources when the application is going to end | |
| void | EnableNeverQuit (bool bNeverQuit) |
| Enable/Disable NeverQuit functionality for the application. (when the home key is pressed,the app will not exit if enabled) | |
| CMzString | GetModuleFileName (HMODULE hModule) |
| get the module file name of the process | |
| virtual BOOL | Init () |
| called by the framework to init the application. ( inside you can do such as creating window, sizing window, etc.) | |
| MZFC_INLINE bool | IsEnableNeverQuit () |
| virtual int | Run () |
| virtual | ~CMzApp (void) |
保护成员 | |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
| override to do your own processing of the posted message. | |
| CMzApp::CMzApp | ( | void | ) |
| virtual CMzApp::~CMzApp | ( | void | ) | [virtual] |
| virtual int CMzApp::Done | ( | ) | [virtual] |
called by the framework to release resources when the application is going to end
| void CMzApp::EnableNeverQuit | ( | bool | bNeverQuit | ) |
Enable/Disable NeverQuit functionality for the application. (when the home key is pressed,the app will not exit if enabled)
| CMzString CMzApp::GetModuleFileName | ( | HMODULE | hModule | ) |
get the module file name of the process
| virtual BOOL CMzApp::Init | ( | ) | [virtual] |
called by the framework to init the application. ( inside you can do such as creating window, sizing window, etc.)
| MZFC_INLINE bool CMzApp::IsEnableNeverQuit | ( | ) |
| virtual BOOL CMzApp::PreTranslateMessage | ( | MSG * | pMsg | ) | [protected, virtual] |
override to do your own processing of the posted message.
| virtual int CMzApp::Run | ( | ) | [virtual] |