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