#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. |
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.
HDB* CHoopsApp::GetHoopsDB | ( | ) | [inline] |
CTDriver* CHoopsApp::GetCTDriver | ( | ) | [inline] |
HDB* CHoopsApp::m_pHoopsDB [protected] |
Pointer to the HOOPS/MVO HDB object associated with this instance of the application