#include <ProgressBar.h>
Inheritance diagram for PLearn::TextProgressBarPlugin:
Public Member Functions | |
virtual void | addProgressBar (ProgressBar *pb) |
virtual void | update (ProgressBar *pb, unsigned long newpos) |
TextProgressBarPlugin (ostream &_out) | |
TextProgressBarPlugin (PStream &_out) | |
Private Attributes | |
PStream | out |
Definition at line 78 of file ProgressBar.h.
|
Definition at line 107 of file ProgressBar.cc. References out, and PLearn::PStream::outmode. |
|
Definition at line 113 of file ProgressBar.cc. |
|
Reimplemented from PLearn::ProgressBarPlugin. Definition at line 118 of file ProgressBar.cc. References PLearn::center(), PLearn::PStream::flush(), PLearn::ProgressBar::maxpos, out, PLearn::ProgressBar::title, and PLearn::tostring(). |
|
Reimplemented from PLearn::ProgressBarPlugin. Definition at line 132 of file ProgressBar.cc. References PLearn::center(), PLearn::ProgressBar::currentpos, PLearn::endl(), PLearn::PStream::flush(), PLearn::ProgressBar::maxpos, out, PLERROR, PLearn::ProgressBar::title, and PLearn::tostring(). |
|
Definition at line 80 of file ProgressBar.h. Referenced by addProgressBar(), TextProgressBarPlugin(), and update(). |