24 #include <QStringList> 26 #include "generalfactory.h" 27 #include "qmmpui_export.h" 29 class QmmpUiPluginCache;
41 static void create(QObject *parent);
45 static QList<GeneralFactory *> factories();
49 static QList<GeneralFactory *> enabledFactories();
60 static void setEnabled(
GeneralFactory* factory,
bool enable =
true);
66 static void showSettings(
GeneralFactory* factory, QWidget* parentWidget);
74 static void loadPlugins();
75 static QHash <GeneralFactory*, QObject*> *m_generals;
76 static QObject *m_parent;
77 static QList<QmmpUiPluginCache*> *m_cache;
78 static QStringList m_enabledNames;
The General class provides simple access to general plugins.
Definition: general.h:34
General plugin interface.
Definition: generalfactory.h:56