|
Hugintrunk
0.1
|
Dummy progress display, without output. More...
#include <ProgressDisplay.h>

Protected Member Functions | |
| virtual void | updateProgressDisplay () |
| update the display, does output nothing More... | |
Protected Member Functions inherited from AppBase::ProgressDisplay | |
| ProgressDisplay (int maximum=0) | |
| constructor More... | |
Additional Inherited Members | |
Public Member Functions inherited from AppBase::ProgressDisplay | |
| virtual | ~ProgressDisplay () |
| void | setMessage (const std::string &message, const std::string &filename="") |
| sets the message to given string More... | |
| void | taskFinished () |
| call when a task has finished and the status message should be cleared More... | |
| bool | updateDisplay () |
| updates the display, return true, if update was successful, false if cancel was pressed More... | |
| bool | updateDisplay (const std::string &message) |
| bool | updateDisplayValue () |
| void | setMaximum (int newMaximum) |
| sets the new maximum value of the progress value More... | |
| bool | wasCancelled () |
| return true, if process should be canceled by user e.g. More... | |
Protected Attributes inherited from AppBase::ProgressDisplay | |
| bool | m_canceled |
| std::string | m_message |
| std::string | m_filename |
| int | m_maximum |
| int | m_progress |
Dummy progress display, without output.
Definition at line 80 of file ProgressDisplay.h.
|
inlineprotectedvirtual |
update the display, does output nothing
Implements AppBase::ProgressDisplay.
Definition at line 84 of file ProgressDisplay.h.
1.8.5