47 #ifndef TYPESPHEREPLUGIN_HH 48 #define TYPESPHEREPLUGIN_HH 68 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypeSphere")
73 void log(
Logtype _type, QString _message);
74 void log(QString _message);
77 void emptyObjectAdded(
int _id );
81 void noguiSupported( ) {} ;
88 QString
name() {
return (QString(
"TypeSphere")); };
89 QString
description( ) {
return (QString(tr(
"Register Sphere type"))); };
96 QString version() {
return QString(
"1.0"); };
104 #endif //TYPESPHEREPLUGIN_HH DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Logtype
Log types for Message Window.
Interface for all plugins which want to Load or Save files and create Objects.
Interface class for type definitions.
Interface for all Plugins which do logging to the logging window of the framework.
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.
QString name()
Return a name for the plugin.