yast2-storage
Public Member Functions

storage::OutputProcessor Class Reference

#include <OutputProcessor.h>

Inheritance diagram for storage::OutputProcessor:
storage::ProgressBar storage::DasdfmtProgressBar storage::Mke2fsProgressBar storage::ReiserProgressBar

List of all members.

Public Member Functions

 OutputProcessor ()
virtual ~OutputProcessor ()
virtual void reset ()=0
virtual void finish ()=0
virtual void process (const string &txt, bool stderr)=0

Constructor & Destructor Documentation

storage::OutputProcessor::OutputProcessor ( ) [inline]
virtual storage::OutputProcessor::~OutputProcessor ( ) [inline, virtual]

Member Function Documentation

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]
virtual void storage::OutputProcessor::reset ( ) [pure virtual]

Implemented in storage::ProgressBar.

Referenced by storage::SystemCmd::doExecute().


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