cgma
|
#include <ProgressTool.hpp>
Public Member Functions | |
virtual | ~ProgressTool () |
virtual void | start (int nLower, int nUpper, const char *title=NULL, const char *info_string=NULL, CubitBoolean bSmooth=CUBIT_TRUE, CubitBoolean bHasCancelButton=CUBIT_FALSE)=0 |
virtual void | end ()=0 |
virtual void | step ()=0 |
virtual void | percent (double pcnt)=0 |
virtual void | check_interrupt ()=0 |
Definition at line 13 of file ProgressTool.hpp.
virtual ProgressTool::~ProgressTool | ( | ) | [inline, virtual] |
Definition at line 16 of file ProgressTool.hpp.
{}
virtual void ProgressTool::check_interrupt | ( | ) | [pure virtual] |
Implemented in StubProgressTool, TtyProgressTool, and TextProgressTool.
virtual void ProgressTool::end | ( | ) | [pure virtual] |
Implemented in TtyProgressTool, StubProgressTool, and TextProgressTool.
virtual void ProgressTool::percent | ( | double | pcnt | ) | [pure virtual] |
Implemented in TtyProgressTool, StubProgressTool, and TextProgressTool.
virtual void ProgressTool::start | ( | int | nLower, |
int | nUpper, | ||
const char * | title = NULL , |
||
const char * | info_string = NULL , |
||
CubitBoolean | bSmooth = CUBIT_TRUE , |
||
CubitBoolean | bHasCancelButton = CUBIT_FALSE |
||
) | [pure virtual] |
Implemented in TtyProgressTool, StubProgressTool, and TextProgressTool.
virtual void ProgressTool::step | ( | ) | [pure virtual] |
Implemented in TtyProgressTool, StubProgressTool, and TextProgressTool.