|
Stimfit @PACKAGE_VERSION@
|
StdoutProgressInfo class. More...
#include <stfio.h>


Public Member Functions | |
| StdoutProgressInfo (const std::string &title, const std::string &message, int maximum, bool verbose) | |
| bool | Update (int value, const std::string &newmsg="", bool *skip=NULL) |
| Updates the progress info. | |
| Public Member Functions inherited from stfio::ProgressInfo | |
| ProgressInfo (const std::string &, const std::string &, int, bool) | |
| Constructor. | |
StdoutProgressInfo class.
Example of a ProgressInfo that prints to stdout