|
TuttleOFX
1
|
#include <IProgress.hpp>

Public Member Functions | |
| virtual | ~IProgress ()=0 |
| virtual void | progressBegin (const int numSteps, const std::string &msg="")=0 |
| virtual void | progressEnd ()=0 |
| virtual bool | progressForward (const int nSteps)=0 |
Definition at line 9 of file IProgress.hpp.
| tuttle::plugin::IProgress::~IProgress | ( | ) | [pure virtual] |
Definition at line 6 of file IProgress.cpp.
| virtual void tuttle::plugin::IProgress::progressBegin | ( | const int | numSteps, |
| const std::string & | msg = "" |
||
| ) | [pure virtual] |
Implemented in tuttle::plugin::OfxProgress, and tuttle::plugin::NoProgress.
| virtual void tuttle::plugin::IProgress::progressEnd | ( | ) | [pure virtual] |
Implemented in tuttle::plugin::OfxProgress, and tuttle::plugin::NoProgress.
| virtual bool tuttle::plugin::IProgress::progressForward | ( | const int | nSteps | ) | [pure virtual] |
Implemented in tuttle::plugin::OfxProgress, and tuttle::plugin::NoProgress.