|
Stimfit
0.13.15
|
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. | |
| bool stf::wxProgressInfo::Update | ( | int | value, |
| const std::string & | newmsg = "", |
||
| bool * | skip = NULL |
||
| ) | [virtual] |
Updates the progress info.
| value | New value of the progress meter |
| newmsg | New message for the info text |
| skip | This is set to true if the user has chosen to skip the operation |
Implements stfio::ProgressInfo.
1.7.6.1