#include <monitor.h>
List of all members.
Public Member Functions |
| virtual | ~BaseMonitor (void) |
| virtual void | close (void)=0 |
| virtual void | done (void)=0 |
| virtual void | init (unsigned int total, std::string message=std::string("Processing..."))=0 |
| virtual void | Setup (const std::string title, unsigned int flags=0, const char *histfile=0)=0 |
| virtual bool | step (unsigned int incr=1, std::string message=std::string("Processing..."))=0 |
| virtual bool | step (std::string message) |
Constructor & Destructor Documentation
| virtual lwpp::BaseMonitor::~BaseMonitor |
( |
void |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual void lwpp::BaseMonitor::close |
( |
void |
| ) |
|
|
pure virtual |
| virtual void lwpp::BaseMonitor::done |
( |
void |
| ) |
|
|
pure virtual |
| virtual void lwpp::BaseMonitor::init |
( |
unsigned int |
total, |
|
|
std::string |
message = std::string("Processing...") |
|
) |
| |
|
pure virtual |
| virtual void lwpp::BaseMonitor::Setup |
( |
const std::string |
title, |
|
|
unsigned int |
flags = 0, |
|
|
const char * |
histfile = 0 |
|
) |
| |
|
pure virtual |
| virtual bool lwpp::BaseMonitor::step |
( |
unsigned int |
incr = 1, |
|
|
std::string |
message = std::string("Processing...") |
|
) |
| |
|
pure virtual |
| virtual bool lwpp::BaseMonitor::step |
( |
std::string |
message | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: