53 #ifndef TYPEPLANEPLUGIN_HH 54 #define TYPEPLANEPLUGIN_HH 73 #if QT_VERSION >= 0x050000 74 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypePlane")
79 void log(
Logtype _type, QString _message);
80 void log(QString _message);
83 void emptyObjectAdded(
int _id );
87 void noguiSupported( ) {} ;
94 QString
name() {
return (QString(
"TypePlane")); };
95 QString
description( ) {
return (QString(tr(
"Register Plane type"))); };
102 QString version() {
return QString(
"1.0"); };
110 #endif //TYPEPLANEPLUGIN_HH
Logtype
Log types for Message Window.
int addEmpty()
Create an empty object.
Interface class for type definitions.
Interface class from which all plugins have to be created.
QString name()
Return a name for the plugin.
Interface for all Plugins which do logging to the logging window of the framework.
Interface for all plugins which want to Load or Save files and create Objects.
QString description()
Return a description of what the plugin is doing.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )