23 #include <tulip/tulipconf.h> 46 virtual void progressStateChanged(
int step,
int max_step) = 0;
112 virtual void cancel() = 0;
119 virtual void stop() = 0;
126 virtual bool isPreviewMode()
const = 0;
134 virtual void setPreviewMode(
bool drawPreview) = 0;
143 virtual void showPreview(
bool showPreview) = 0;
152 virtual void showStops(
bool show) = 0;
167 virtual std::string getError() = 0;
175 virtual void setError(
const std::string &error) = 0;
184 virtual void setComment(
const std::string &comment) = 0;
192 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...