62 #if QT_VERSION >= 0x050000 63 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Test")
69 void updatedObject(
int _id,
const UpdateType& _type);
72 void log(
Logtype _type, QString _message);
73 void log(QString _message);
78 QString
name() {
return (QString(
"Test Plugin")); } ;
79 QString
description() {
return (QString(
"Plugin used for testing OpenFlipper functions")); } ;
85 void pluginsInitialized();
92 QString version() {
return QString(
"1.0"); };
96 #endif //TESTPLUGIN_HH Logtype
Log types for Message Window.
void noguiSupported()
Tell system that this plugin runs without ui.
QString description()
Return a description of what the plugin is doing.
Interface class from which all plugins have to be created.
Interface for all Plugins which do logging to the logging window of the framework.
void initializePlugin()
BaseInterface.
QString name()
Return a name for the plugin.