void setMaximum(int newMaximum)
sets the new maximum value of the progress value
virtual void updateProgressDisplay()=0
Template method, updates the display.
bool updateDisplay()
updates the display, return true, if update was successful, false if cancel was pressed ...
bool wasCancelled()
return true, if process should be canceled by user e.g.
void taskFinished()
call when a task has finished and the status message should be cleared
virtual void updateProgressDisplay()
update the display, print the message to stream
void setMessage(const std::string &message, const std::string &filename="")
sets the message to given string
bool updateDisplayValue()