artec::sdk::base::IProgress Class Referenceabstract
#include <artec/sdk/base/IProgress.h>
Inheritance diagram for artec::sdk::base::IProgress:
Public Member Functions | |
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 |
Detailed Description
Definition at line 20 of file IProgress.h.
Member Function Documentation
|
pure virtual |
Report an activity with unknown current status.
|
pure virtual |
Callback for progress reporting. Progress may vary from [0...total].
The documentation for this class was generated from the following file:
- artec/sdk/base/IProgress.h