#include <OutputProcessor.h>

Public Member Functions | |
| Mke2fsProgressBar (CallbackProgressBar callback) | |
| virtual void | process (const string &txt, bool stderr) |
Protected Attributes | |
| string | seen |
| bool | done |
| storage::Mke2fsProgressBar::Mke2fsProgressBar | ( | CallbackProgressBar | callback | ) | [inline] |
References done, and storage::ProgressBar::setMaxValue().
| void storage::Mke2fsProgressBar::process | ( | const string & | txt, | |
| bool | stderr | |||
| ) | [virtual] |
Reimplemented from storage::ProgressBar.
References done, storage::ProgressBar::first, storage::ProgressBar::getMaxValue(), seen, storage::ProgressBar::setCurValue(), storage::ProgressBar::setMaxValue(), storage::splitString(), and y2deb.
string storage::Mke2fsProgressBar::seen [protected] |
Referenced by process().
bool storage::Mke2fsProgressBar::done [protected] |
Referenced by Mke2fsProgressBar(), and process().
1.5.6