20 #ifndef GENERALFACTORY_H 21 #define GENERALFACTORY_H 23 #include "qmmpui_export.h" 44 visibilityControl =
false;
70 virtual QObject *
create(QObject *parent) = 0;
81 virtual void showAbout(QWidget *parent) = 0;
The General class provides simple access to general plugins.
Definition: general.h:34
virtual QDialog * createConfigDialog(QWidget *parent)=0
virtual QObject * create(QObject *parent)=0
bool visibilityControl
Definition: generalfactory.h:50
bool hasSettings
Definition: generalfactory.h:49
QString shortName
Definition: generalfactory.h:47
Helper class to store general plugin properies.
Definition: generalfactory.h:34
virtual GeneralProperties properties() const =0
General plugin interface.
Definition: generalfactory.h:56
virtual ~GeneralFactory()
Definition: generalfactory.h:62
GeneralProperties()
Definition: generalfactory.h:40
bool hasAbout
Definition: generalfactory.h:48
virtual void showAbout(QWidget *parent)=0
QString name
Definition: generalfactory.h:46
virtual QString translation() const =0