23 #include <tulip/tulipconf.h> 42 virtual void progressStateChanged(
int step,
int max_step)=0;
101 virtual void cancel()=0;
108 virtual void stop()=0;
115 virtual bool isPreviewMode()
const =0;
124 virtual void setPreviewMode(
bool drawPreview)=0;
132 virtual void showPreview(
bool showPreview)=0;
146 virtual std::string getError()=0;
154 virtual void setError(
const std::string& error)=0;
162 virtual void setComment(
const std::string& comment)=0;
170 virtual void setTitle(
const std::string& title)=0;
ProgressState
This enum describes callback actions for the underlaying system when calling tlp::PluginProgress::pro...
The ProgressPreviewHandler class handles the way a process handled by a PluginProgress is handled...
PluginProcess subclasses are meant to notify about the progress state of some process (typically a pl...