|
yast2-storage
|
#include <OutputProcessor.h>
Public Member Functions | |
| OutputProcessor () | |
| virtual | ~OutputProcessor () |
| virtual void | reset ()=0 |
| virtual void | finish ()=0 |
| virtual void | process (const string &txt, bool stderr)=0 |
| storage::OutputProcessor::OutputProcessor | ( | ) | [inline] |
| virtual storage::OutputProcessor::~OutputProcessor | ( | ) | [inline, virtual] |
| virtual void storage::OutputProcessor::finish | ( | ) | [pure virtual] |
Implemented in storage::ProgressBar.
Referenced by storage::SystemCmd::doWait().
| virtual void storage::OutputProcessor::process | ( | const string & | txt, |
| bool | stderr | ||
| ) | [pure virtual] |
Implemented in storage::ProgressBar, storage::Mke2fsProgressBar, storage::ReiserProgressBar, and storage::DasdfmtProgressBar.
Referenced by storage::SystemCmd::getUntilEOF().
| virtual void storage::OutputProcessor::reset | ( | ) | [pure virtual] |
Implemented in storage::ProgressBar.
Referenced by storage::SystemCmd::doExecute().
1.7.3