Artec 3D Scanning SDK
2.0
|
Interface for a progress notification listener. More...
#include <artec/sdk/base/IProgressInfo.h>
Public Member Functions | |
virtual void | notify (DetailsInfo details)=0 |
Job progress notification callback. More... | |
Public Member Functions inherited from artec::sdk::base::IProgress | |
virtual void | report (int current, int total)=0 |
Callback for progress reporting. More... | |
virtual void | pulse ()=0 |
Report about activity with unknown current status. More... | |
Public Member Functions inherited from artec::sdk::base::IRef | |
virtual int | addRef () const =0 |
Increase object reference counter. More... | |
virtual int | release () const =0 |
Decrease object reference counter. More... | |
Interface for a progress notification listener.
Implement and use it to report about the current step of a job.
Definition at line 76 of file IProgressInfo.h.
|
pure virtual |
Job progress notification callback.
Implement it in your class.
details | Accepts DetailsInfo enum value representing details of changing the current state. |