|
Easy3D 2.6.1
|
The base class of GUI element reporting the progress. More...
#include <easy3d/util/progress.h>
Public Member Functions | |
| ProgressClient () | |
| Constructor. | |
| virtual | ~ProgressClient ()=default |
| Destructor. | |
| virtual void | notify (std::size_t percent, bool update_viewer)=0 |
| Notify the progress. | |
| virtual void | cancel () |
| Cancel the progress. | |
The base class of GUI element reporting the progress.
|
pure virtual |
Notify the progress.
| percent | The progress percentage. |
| update_viewer | True to update the viewer. |