51 #include "Widgets/AlignMeshesToolbox.hh" 60 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-AlignMeshes")
69 QString
name() {
return QString(
"PluginAlignMeshes"); }
74 void updatedObject(
int _id,
const UpdateType& _type);
77 void log(
Logtype _type, QString _message);
78 void log(QString _message);
81 void addToolbox(QString _name, QWidget* _widget, QIcon* _icon);
86 QString version() {
return QString(
"1.0"); }
93 void initializePlugin();
Logtype
Log types for Message Window.
Interface for all Plugins which do logging to the logging window of the framework.
QString name()
Return a name for the plugin.
QString description()
Return a description of what the plugin is doing.
Interface class from which all plugins have to be created.