CFx SDK Documentation
2023 SP0
|
#include <DbHostAppProgressMeter.h>
Public Member Functions | |
virtual | ~OdDbHostAppProgressMeter () |
virtual void | start (const OdString &displayString=OdString::kEmpty)=0 |
virtual void | stop ()=0 |
virtual void | meterProgress ()=0 |
virtual void | setLimit (int max)=0 |
This class is the base class for platform specific progress metering within Teigha.
Corresponding C++ library: TD_Db
Calls to an instance of this class will always come in the following order:
<group OdDb_Classes>
Definition at line 57 of file DbHostAppProgressMeter.h.
|
virtual |
|
pure virtual |
Notification function called to increment this ProgressMeter object.
|
pure virtual |
Notification function called to specify the maximum number of times this ProgressMeter object will be incremented.
max | [in] Maximum meterProgress calls. |
|
pure virtual |
Notification function called to initialize this ProgressMeter object.
displayString | [in] String to be displayed. |
|
pure virtual |
Notification function called to terminate this ProgressMeter object.