|
OSSIM - Open Source Software Image Map
Version 1.9.0 (20180803)
|
#include <ossimStdOutProgress.h>
Public Member Functions | |
| ossimStdOutProgress (ossim_uint32 precision=0, bool flushStream=false) | |
| virtual void | processProgressEvent (ossimProcessProgressEvent &event) |
| virtual void | setFlushStreamFlag (bool flag) |
Public Member Functions inherited from ossimProcessListener | |
| ossimProcessListener () | |
| virtual | ~ossimProcessListener () |
| virtual void | processEvent (ossimEvent &event) |
| ProcessEvent. More... | |
Public Member Functions inherited from ossimListener | |
| ossimListener () | |
| virtual | ~ossimListener () |
| void | enableListener () |
| void | disableListener () |
| void | setListenerEnableFlag (bool flag) |
| bool | isListenerEnabled () const |
| bool | getListenerEnableFlag () const |
Protected Attributes | |
| ossim_uint32 | thePrecision |
| bool | theFlushStreamFlag |
| bool | theRunningInConsoleFlag |
Protected Attributes inherited from ossimListener | |
| bool | theListenerEnableFlag |
Definition at line 19 of file ossimStdOutProgress.h.
| ossimStdOutProgress::ossimStdOutProgress | ( | ossim_uint32 | precision = 0, |
| bool | flushStream = false |
||
| ) |
Definition at line 29 of file ossimStdOutProgress.cpp.
References FILENO, ossimPreferences::findPreference(), ossimPreferences::instance(), ISATTY, ossimString::size(), theRunningInConsoleFlag, and ossimString::toBool().
|
virtual |
Reimplemented from ossimProcessListener.
Definition at line 54 of file ossimStdOutProgress.cpp.
References ossimString::c_str(), ossimString::empty(), ossimProcessProgressEvent::getOutputMessageFlag(), ossimNotify(), ossimNotifyLevel_NOTICE, theFlushStreamFlag, thePrecision, and theRunningInConsoleFlag.
|
virtual |
|
protected |
Definition at line 30 of file ossimStdOutProgress.h.
Referenced by processProgressEvent(), and setFlushStreamFlag().
|
protected |
Definition at line 29 of file ossimStdOutProgress.h.
Referenced by processProgressEvent().
|
protected |
Definition at line 31 of file ossimStdOutProgress.h.
Referenced by ossimStdOutProgress(), and processProgressEvent().
1.8.14