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 Interface class for type definitions.
Logtype
Log types for Message Window.
int addEmpty()
Create an empty object.
Interface for all Plugins which do logging to the logging window of the framework.
QString name()
Return a name for the plugin.
QString description()
Return a description of what the plugin is doing.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
Interface class from which all plugins have to be created.
Interface for all plugins which want to Load or Save files and create Objects.