#include <nprogress.h>
Inheritance diagram for regina::NProgressFinished:
Public Member Functions | |
NProgressFinished () | |
Creates a new finished progress report. | |
virtual bool | isPercent () const |
Determines if the state of progress can be expressed as a percentage. | |
Protected Member Functions | |
virtual std::string | internalGetDescription () const |
Returns a string description of the current state of progress. | |
virtual double | internalGetPercent () const |
Returns the current state of progress as a percentage. |
There is no need to call setFinished(); this will be done automatically by the constructor.
|
Creates a new finished progress report. This constructor will automatically call setFinished(). |
|
Returns a string description of the current state of progress.
Implements regina::NProgress. |
|
Returns the current state of progress as a percentage. The default implementation returns 0.
Reimplemented from regina::NProgress. |
|
Determines if the state of progress can be expressed as a percentage.
The default implementation returns
Reimplemented from regina::NProgress. |