#include <ProgressDisplay.h>
Inheritance diagram for AppBase::StreamProgressDisplay:

Public Member Functions | |
| StreamProgressDisplay (std::ostream &o) | |
| virtual | ~StreamProgressDisplay () |
| virtual void | updateProgressDisplay () |
| update the display | |
Protected Attributes | |
| std::ostream & | m_stream |
| int | m_printedLines |
| std::string | m_whizz |
| int | m_whizzCount |
Definition at line 223 of file ProgressDisplay.h.
|
|
Definition at line 227 of file ProgressDisplay.h. |
|
|
Definition at line 234 of file ProgressDisplay.h. |
|
|
update the display
Implements AppBase::ProgressDisplay. Definition at line 199 of file ProgressDisplay.cpp. References m_printedLines, m_stream, m_whizz, m_whizzCount, AppBase::ProgressDisplay::ProgressSubtask::measuresProgress(), AppBase::ProgressDisplay::ProgressSubtask::message, and hugin_utils::roundi(). |
|
|
Definition at line 240 of file ProgressDisplay.h. Referenced by updateProgressDisplay(). |
|
|
Definition at line 239 of file ProgressDisplay.h. Referenced by updateProgressDisplay(). |
|
|
Definition at line 241 of file ProgressDisplay.h. Referenced by updateProgressDisplay(). |
|
|
Definition at line 242 of file ProgressDisplay.h. Referenced by updateProgressDisplay(). |
1.3.9.1