Alphabetical Class Index   File Members   Compound Members   File List  

CHoopsApp Class Reference

The CHoopsApp class provides a HOOPS-specific implementation of the CWinApp object. More...

#include <CHoopsApp.h>

List of all members.

Public Member Functions

HDBGetHoopsDB ()
CTDriverGetCTDriver ()
virtual BOOL InitInstance ()
 overloaded init function
virtual int ExitInstance ()
 overloaded exit function

Protected Attributes

HDBm_pHoopsDB
CTDriverm_pCTDriver
 Pointer to the CTDriver timer service class.


Detailed Description

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.


Member Function Documentation

HDB* CHoopsApp::GetHoopsDB (  )  [inline]

Returns:
A pointer to the HOOPS/MVO HDB object associated with this instance of the application

CTDriver* CHoopsApp::GetCTDriver (  )  [inline]

Returns:
A pointer to the CTDriver object associated with this instance of the application


Member Data Documentation

HDB* CHoopsApp::m_pHoopsDB [protected]

Pointer to the HOOPS/MVO HDB object associated with this instance of the application


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