67 void SetText(
const QString &text);
int p_maximumSteps
Number of steps in your processing sequence.
void SetMaximumSteps(const int steps)
This sets the maximum number of steps in the process.
void DisableAutomaticDisplay()
Turns off updating the Isis Gui when CheckStatus() is called.
void CheckStatus()
Checks and updates the status.
int p_percentIncrement
How much to increment the currentPercent by.
Program progress reporter.
void AddSteps(const int steps)
If the initial step size was a guess, it can be modified using this method.
int p_currentPercent
The current percent we are checking against.
void SetText(const QString &text)
Changes the value of the text string reported just before 0% processed.
Progress()
Constructs a Progress object.
QString p_text
Text string to output at the initial call to CheckStatus (0% processed)
int MaximumSteps() const
Returns the maximum number of steps of the progress.
int CurrentStep() const
Returns the current step of the progress.
Namespace for ISIS/Bullet specific routines.
~Progress()
Destroys the Progress object.
int p_currentStep
The current step in the processing sequence.
QString Text() const
Returns the text to output.