23 #ifndef PLUGINCONVERTMASKSTOMARKERS_HH 24 #define PLUGINCONVERTMASKSTOMARKERS_HH 35 #include <QtCore/QtPlugin> 50 void setParameters(
const std::map<std::string,std::string>& parameters);
~PluginConvertMasksToMarkers()
void run()
Run the plugin.
void setParameters(const std::map< std::string, std::string > ¶meters)
Set plugin-specific parameters.
void setLabellingMainWidget(LabellingMainWidget *parent)
Set the LabellingMainWidget this plugin will act on.
PluginConvertMasksToMarkers()
void abort()
Abort the plugin.
QString name() const
Get the plugin name.
labelling plugin interface.
The abstract plugin interface all plugins must inherit from.