Public Member Functions
vgui_mfc_app Class Reference

Defines CWinApp which initialises all the MFC stuff. More...

#include <vgui_mfc_app.h>

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

vgui_mfc_app::vgui_mfc_app ( )

vgui_mfc_app construction.

Definition at line 29 of file vgui_mfc_app.cxx.


Member Function Documentation

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.


The documentation for this class was generated from the following files: