UNIVERS
15.3
UNIVERS base processing software API
|
Public Member Functions | |
ProgressPEP (Protocol *protocol, const char *pname) | |
Public Member Functions inherited from Progress | |
Progress (const char *id="unknown") | |
virtual | ~Progress () |
void | set_max (double max_value) |
void | add_value (double incr_value) |
double | scale (double fMax) |
int | scale (int iMax) |
bool | check_limits () |
virtual void | set_limits (double min_value, double max_value) |
virtual void | set_value (double cur_value) |
virtual void | set_comment (const char *text) |
virtual Logic | user_break () |
Protected Member Functions | |
virtual void | update () |
Protected Attributes | |
Protocol * | pepProtocol |
Protected Attributes inherited from Progress | |
char * | szName |
double | vMin |
double | vMax |
double | vCur |
|
protectedvirtual |
Update progress indicator view.
Reimplemented from Progress.