50 #ifndef TYPEPOLYLINEPLUGIN_HH 51 #define TYPEPOLYLINEPLUGIN_HH 70 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypePolyLine")
74 void log(
Logtype _type, QString _message);
75 void log(QString _message);
78 void emptyObjectAdded(
int _id );
82 void noguiSupported( ) {} ;
89 QString
name() {
return (QString(
"TypePolyLine")); };
90 QString
description( ) {
return (QString(tr(
"Register PolyLine type"))); };
97 QString version() {
return QString(
"1.0"); };
105 #endif //TYPEPOLYLINEPLUGIN_HH Logtype
Log types for Message Window.
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.
int addEmpty()
Create an empty object.
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 name()
Return a name for the plugin.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )