53 #ifndef TYPESPHEREPLUGIN_HH 54 #define TYPESPHEREPLUGIN_HH 73 #if QT_VERSION >= 0x050000 74 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeSphere")
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(
"TypeSphere")); };
95 QString
description( ) {
return (QString(tr(
"Register Sphere type"))); };
102 QString version() {
return QString(
"1.0"); };
110 #endif //TYPESPHEREPLUGIN_HH
Logtype
Log types for Message Window.
QString description()
Return a description of what the plugin is doing.
Interface class for type definitions.
Interface class from which all plugins have to be created.
Interface for all Plugins which do logging to the logging window of the framework.
QString name()
Return a name for the plugin.
int addEmpty()
Create an empty object.
Interface for all plugins which want to Load or Save files and create Objects.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )