|
Stimfit @PACKAGE_VERSION@
|
Progress Info interface adapter; maps to wxProgressDialog. More...
#include <stf.h>


Public Member Functions | |
| wxProgressInfo (const std::string &title, const std::string &message, int maximum, bool verbose=true) | |
| 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. | |