#include <ProgressBar.h>
Inheritance diagram for PLearn::NullProgressBarPlugin:
Useful to disable progress bars for operations that are known to be short. Use it as follows: PP<ProgressBarPlugin> OldPlugin = ProgressBar::getCurrentPlugin(); ProgressBar::setPlugin(new NullProgressBarPlugin); ... short operations that might otherwise have plugins here ... ProgressBar::setPlugin(OldPlugin);
Definition at line 97 of file ProgressBar.h.