Defines CWinApp which initialises all the MFC stuff. More...
#include <vgui_mfc_app.h>
Public Member Functions | |
vgui_mfc_app () | |
vgui_mfc_app construction. | |
virtual BOOL | InitInstance () |
vgui_mfc_app initialization. | |
virtual BOOL | Run () |
CWinApp::Run() calls CWinThread::Run(). | |
virtual BOOL | OnIdle (LONG lcount) |
Defines CWinApp which initialises all the MFC stuff.
This application class (CWinApp) is instantiated once and only once in the application and initialises all the MFC stuff
Definition at line 31 of file vgui_mfc_app.h.
vgui_mfc_app::vgui_mfc_app | ( | ) |
vgui_mfc_app construction.
Definition at line 29 of file vgui_mfc_app.cxx.
BOOL vgui_mfc_app::InitInstance | ( | ) | [virtual] |
vgui_mfc_app initialization.
Definition at line 50 of file vgui_mfc_app.cxx.
BOOL vgui_mfc_app::OnIdle | ( | LONG | lcount | ) | [virtual] |
Definition at line 193 of file vgui_mfc_app.cxx.
BOOL vgui_mfc_app::Run | ( | ) | [virtual] |
CWinApp::Run() calls CWinThread::Run().
Definition at line 117 of file vgui_mfc_app.cxx.