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
Interface class from which all plugins have to be created.
int addEmpty()
Create an empty object.
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.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Interface class for type definitions.
QString name()
Return a name for the plugin.