51 #include "Widgets/AlignMeshesToolbox.hh"
60 #if QT_VERSION >= 0x050000
61 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-AlignMeshes")
71 QString
name() {
return QString(
"PluginAlignMeshes"); }
76 void updatedObject(
int _id,
const UpdateType& _type);
79 void log(
Logtype _type, QString _message);
80 void log(QString _message);
83 void addToolbox(QString _name, QWidget* _widget, QIcon* _icon);
88 QString version() {
return QString(
"1.0"); }
95 void initializePlugin();
QString name()
Return a name for the plugin.
Interface class from which all plugins have to be created.
Logtype
Log types for Message Window.
Interface for all Plugins which do logging to the logging window of the framework.
QString description()
Return a description of what the plugin is doing.
Plugins can add its own toolbox to the main widget's toolbox area by using this interface.