artec::sdk::base::ProgressInfoBase Class Reference
#include <artec/sdk/base/IProgressInfo.h>
Inheritance diagram for artec::sdk::base::ProgressInfoBase:
Additional Inherited Members | |
Public Member Functions inherited from artec::sdk::base::RefBase< IProgressInfo > | |
virtual | ~RefBase () |
Public Member Functions inherited from artec::sdk::base::IProgressInfo | |
virtual void | notify (DetailsInfo details)=0 |
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< IProgressInfo > | |
IMPLEMENT_IREF | |
Detailed Description
You can inherit this class instead of IProgressInfo interface Reference counting already implemented
Definition at line 81 of file IProgressInfo.h.
The documentation for this class was generated from the following file:
- artec/sdk/base/IProgressInfo.h