24 #include <QStringList>
26 #include "generalfactory.h"
27 #include "qmmpui_export.h"
29 class QmmpUiPluginCache;
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;
General plugin interface.
Definition: generalfactory.h:57
The General class provides simple access to general plugins.
Definition: general.h:35
static QList< GeneralFactory * > enabledFactories()
static bool isEnabled(GeneralFactory *factory)
static void create(QObject *parent)
static void setEnabled(GeneralFactory *factory, bool enable=true)
static QString file(GeneralFactory *factory)
static QList< GeneralFactory * > factories()
static void showSettings(GeneralFactory *factory, QWidget *parentWidget)