57 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Test")
62 void updatedObject(
int _id,
const UpdateType& _type);
65 void log(
Logtype _type, QString _message);
66 void log(QString _message);
71 QString
name() {
return (QString(
"Test")); } ;
72 QString
description() {
return (QString(
"Plugin used for testing OpenFlipper functions")); } ;
74 std::vector<ACG::Vec3d> getBoundingBoxTest();
80 void pluginsInitialized();
87 QString version() {
return QString(
"1.0"); };
Logtype
Log types for Message Window.
Interface class from which all plugins have to be created.
Interface for all Plugins which do logging to the logging window of the framework.
Interface class for exporting functions to python.
QString name()
Return a name for the plugin.
QString description()
Return a description of what the plugin is doing.
void initializePlugin()
BaseInterface.
void noguiSupported()
Tell system that this plugin runs without ui.