The CHoopsApp class provides a HOOPS-specific implementation of the CWinApp object. More...
#include <CHoopsApp.h>
Public Member Functions | |
HDB * | GetHoopsDB () |
CTDriver * | GetCTDriver () |
virtual BOOL | InitInstance () |
overloaded init function | |
virtual int | ExitInstance () |
overloaded exit function | |
Protected Attributes | |
HDB * | m_pHoopsDB |
CTDriver * | m_pCTDriver |
Pointer to the CTDriver timer service class. | |
The CHoopsApp class provides a HOOPS-specific implementation of the CWinApp object.
CHoopsApp contains a pointer to a corresponding HOOPS/MVO HDB object.
This is the base class from which your custom HOOPS-based MFC/MDI CWinApp object should be derived.
|
inline |
|
inline |
|
protected |
Pointer to the HOOPS/MVO HDB object associated with this instance of the application