Easy3D 2.6.1
Loading...
Searching...
No Matches
ProgressClient Class Referenceabstract

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.
 

Detailed Description

The base class of GUI element reporting the progress.

Member Function Documentation

◆ notify()

virtual void notify ( std::size_t percent,
bool update_viewer )
pure virtual

Notify the progress.

Parameters
percentThe progress percentage.
update_viewerTrue to update the viewer.

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