68 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-TypePolyLineCollection")
72 void log(
Logtype _type, QString _message);
73 void log(QString _message);
76 void emptyObjectAdded(
int _id );
80 void noguiSupported( ) {} ;
87 QString
name() {
return (QString(
"TypePolyLineCollection")); };
88 QString
description( ) {
return (QString(tr(
"Register PolyLineCollection type"))); };
95 QString version() {
return QString(
"1.0"); };
Interface class for type definitions.
Logtype
Log types for Message Window.
Interface for all Plugins which do logging to the logging window of the framework.
#define DATA_POLY_LINE_COLLECTION
int addEmpty()
Create an empty object.
DataType supportedType()
Return your supported object type( e.g. DATA_TRIANGLE_MESH )
QString name()
Return a name for the plugin.
Interface class from which all plugins have to be created.
QString description()
Return a description of what the plugin is doing.