23 #include <tulip/tulipconf.h> 46 virtual void progressStateChanged(
int step,
int max_step) = 0;
114 virtual void cancel() = 0;
121 virtual void stop() = 0;
128 virtual bool isPreviewMode()
const = 0;
136 virtual void setPreviewMode(
bool drawPreview) = 0;
145 virtual void showPreview(
bool showPreview) = 0;
160 virtual std::string getError() = 0;
168 virtual void setError(
const std::string &error) = 0;
177 virtual void setComment(
const std::string &comment) = 0;
185 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...