#include <ivfmfc/IvfMfcApplication.h>
Inheritance diagram for CIvfMfcApplicationBase:
Public Member Functions | |
virtual BOOL | InitInstance () |
void | disableIdleProcessing () |
void | enableIdleProcessing () |
bool | isIdleProcessing () |
This class is used to merge in functionality in the CIvfMfcApplication class.
Definition at line 38 of file IvfMfcApplication.h.
|
disable idlde processing Definition at line 50 of file IvfMfcApplication.h. |
|
Enable idle processing Definition at line 57 of file IvfMfcApplication.h. |
|
Ininitalise variables Reimplemented in CIvfMfcApplication< T >. Definition at line 43 of file IvfMfcApplication.h. |
|
Return idle processing state Definition at line 63 of file IvfMfcApplication.h. Referenced by CIvfMfcApplication< T >::Run(). |