55 Q_PLUGIN_METADATA(IID
"org.OpenFlipper.Plugins.Plugin-Test")
60 void updatedObject(
int _id,
const UpdateType& _type);
63 void log(
Logtype _type, QString _message);
64 void log(QString _message);
69 QString
name() {
return (QString(
"Test Plugin")); } ;
70 QString
description() {
return (QString(
"Plugin used for testing OpenFlipper functions")); } ;
76 void pluginsInitialized();
83 QString version() {
return QString(
"1.0"); };
87 #endif //TESTPLUGIN_HH
Logtype
Log types for Message Window.
QString description()
Return a description of what the plugin is doing.
Interface for all Plugins which do logging to the logging window of the framework.
QString name()
Return a name for the plugin.
void noguiSupported()
Tell system that this plugin runs without ui.
Interface class from which all plugins have to be created.
void initializePlugin()
BaseInterface.