artec::sdk::base::ProgressBase Class Reference

#include <artec/sdk/base/IProgress.h>

+ Inheritance diagram for artec::sdk::base::ProgressBase:

Additional Inherited Members

- Public Member Functions inherited from artec::sdk::base::RefBase< IProgress >
virtual ~RefBase ()
 
- Public Member Functions inherited from artec::sdk::base::IProgress
virtual void report (int current, int total)=0
 Callback for progress reporting. Progress may vary from [0...total]. More...
 
virtual void pulse ()=0
 Report an activity with unknown current status. More...
 
- Public Member Functions inherited from artec::sdk::base::IRef
virtual int addRef () const =0
 
virtual int release () const =0
 
- Public Attributes inherited from artec::sdk::base::RefBase< IProgress >
 IMPLEMENT_IREF
 

Detailed Description

You can inherit this class instead of IProgress interface Reference counting already implemented

Definition at line 32 of file IProgress.h.


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