47 #ifndef TYPECOORDSYSPLUGIN_HH 48 #define TYPECOORDSYSPLUGIN_HH 65 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeCoordsys")
69 void log(
Logtype _type, QString _message);
70 void log(QString _message);
73 void emptyObjectAdded(
int _id );
77 void noguiSupported( ) {} ;
84 QString
name() {
return (QString(
"TypeCoordsys")); };
85 QString
description( ) {
return (QString(tr(
"Register Coordsys type"))); };
92 QString version() {
return QString(
"1.0"); };
101 #endif //TYPECOORDSYSPLUGIN_HH Logtype
Log types for Message Window.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Interface class for type definitions.
Interface for all Plugins which do logging to the logging window of the framework.
QString name()
Return a name for the plugin.
Interface class from which all plugins have to be created.
QString description()
Return a description of what the plugin is doing.
int addEmpty()
Create an empty object.