67 void SetText(
const QString &text);
100 int p_percentIncrement;
void SetMaximumSteps(const int steps)
This sets the maximum number of steps in the process.
Definition: Progress.cpp:101
void DisableAutomaticDisplay()
Turns off updating the Isis Gui when CheckStatus() is called.
Definition: Progress.cpp:177
void CheckStatus()
Checks and updates the status.
Definition: Progress.cpp:121
Program progress reporter.
Definition: Progress.h:58
void AddSteps(const int steps)
If the initial step size was a guess, it can be modified using this method.
Definition: Progress.cpp:215
void SetText(const QString &text)
Changes the value of the text string reported just before 0% processed.
Definition: Progress.cpp:77
Progress()
Constructs a Progress object.
Definition: Progress.cpp:38
int MaximumSteps() const
Returns the maximum number of steps of the progress.
Definition: Progress.cpp:188
int CurrentStep() const
Returns the current step of the progress.
Definition: Progress.cpp:201
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
~Progress()
Destroys the Progress object.
Definition: Progress.cpp:66
QString Text() const
Returns the text to output.
Definition: Progress.cpp:88