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