Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Protected Member Functions | List of all members
AppBase::DummyProgressDisplay Class Reference

Dummy progress display, without output. More...

#include <ProgressDisplay.h>

Inheritance diagram for AppBase::DummyProgressDisplay:
Inheritance graph

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
 

Detailed Description

Dummy progress display, without output.

Definition at line 80 of file ProgressDisplay.h.

Member Function Documentation

virtual void AppBase::DummyProgressDisplay::updateProgressDisplay ( )
inlineprotectedvirtual

update the display, does output nothing

Implements AppBase::ProgressDisplay.

Definition at line 84 of file ProgressDisplay.h.


The documentation for this class was generated from the following file: