API Reference > OdDb Classes > OdDbHostAppProgressMeter Class
OdDbHostAppProgressMeter Class
OdDbHostAppProgressMeter
Syntax
C++
class OdDbHostAppProgressMeter;

DbHostAppProgressMeter.h

This class is the base class for platform specific progress metering within the ODA Platform. 

Corresponding C++ library: TD_Db

This class receives progress notifications during various database operations such as loading or saving a file. 

Calls to an instance of this class will always come in the following order: 

  1. setLimit (called once).
  2. start (called once).
  3. meterProgress (called repeatedly).
  4. stop (called once).
 

 

 
Name 
Description 
 
Virtual destructor. 
 
Name 
Description 
 
Notification function called to increment this ProgressMeter object. 
 
Notification function called to specify the maximum number of times this ProgressMeter object will be incremented.
 
 
Notification function called to initialize this ProgressMeter object.  
 
stop 
Notification function called to terminate this ProgressMeter object. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.