51      void SetText(
const QString &text);
 
   84      int p_percentIncrement; 
 
Program progress reporter.
Definition: Progress.h:42
 
void AddSteps(const int steps)
If the initial step size was a guess, it can be modified using this method.
Definition: Progress.cpp:199
 
~Progress()
Destroys the Progress object.
Definition: Progress.cpp:50
 
int MaximumSteps() const
Returns the maximum number of steps of the progress.
Definition: Progress.cpp:172
 
Progress()
Constructs a Progress object.
Definition: Progress.cpp:22
 
void SetMaximumSteps(const int steps)
This sets the maximum number of steps in the process.
Definition: Progress.cpp:85
 
void SetText(const QString &text)
Changes the value of the text string reported just before 0% processed.
Definition: Progress.cpp:61
 
void DisableAutomaticDisplay()
Turns off updating the Isis Gui when CheckStatus() is called.
Definition: Progress.cpp:161
 
QString Text() const
Returns the text to output.
Definition: Progress.cpp:72
 
void CheckStatus()
Checks and updates the status.
Definition: Progress.cpp:105
 
int CurrentStep() const
Returns the current step of the progress.
Definition: Progress.cpp:185
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16