53 #ifndef TYPECOORDSYSPLUGIN_HH 54 #define TYPECOORDSYSPLUGIN_HH 71 #if QT_VERSION >= 0x050000 72 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeCoordsys")
77 void log(
Logtype _type, QString _message);
78 void log(QString _message);
81 void emptyObjectAdded(
int _id );
85 void noguiSupported( ) {} ;
92 QString
name() {
return (QString(
"TypeCoordsys")); };
93 QString
description( ) {
return (QString(tr(
"Register Coordsys type"))); };
100 QString version() {
return QString(
"1.0"); };
109 #endif //TYPECOORDSYSPLUGIN_HH QString name()
Return a name for the plugin.
QString description()
Return a description of what the plugin is doing.
Logtype
Log types for Message Window.
Interface class for type definitions.
int addEmpty()
Create an empty object.
Interface class from which all plugins have to be created.
Interface for all Plugins which do logging to the logging window of the framework.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )