TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <qmmpplugincache_p.h>
Public Member Functions | |
QmmpPluginCache (const QString &file, QSettings *settings) | |
const QString | shortName () const |
const QString | file () const |
const QStringList & | filters () const |
const QStringList & | contentTypes () const |
const QStringList & | protocols () const |
int | priority () const |
bool | hasError () const |
DecoderFactory * | decoderFactory () |
OutputFactory * | outputFactory () |
EngineFactory * | engineFactory () |
EffectFactory * | effectFactory () |
InputSourceFactory * | inputSourceFactory () |
Static Public Member Functions | |
static void | cleanup (QSettings *settings) |
Private Member Functions | |
QObject * | instance () |
Private Attributes | |
QString | m_path |
QString | m_shortName |
QStringList | m_filters |
QStringList | m_contentTypes |
QStringList | m_protocols |
bool | m_error = false |
QObject * | m_instance = nullptr |
DecoderFactory * | m_decoderFactory = nullptr |
OutputFactory * | m_outputFactory = nullptr |
EngineFactory * | m_engineFactory = nullptr |
EffectFactory * | m_effectFactory = nullptr |
InputSourceFactory * | m_inputSourceFactory = nullptr |
int | m_priority = 0 |
Definition at line 36 of file qmmpplugincache_p.h.
QmmpPluginCache::QmmpPluginCache | ( | const QString & | file, |
QSettings * | settings | ||
) |
|
static |
const QStringList& QmmpPluginCache::contentTypes | ( | ) | const |
DecoderFactory* QmmpPluginCache::decoderFactory | ( | ) |
EffectFactory* QmmpPluginCache::effectFactory | ( | ) |
EngineFactory* QmmpPluginCache::engineFactory | ( | ) |
const QString QmmpPluginCache::file | ( | ) | const |
const QStringList& QmmpPluginCache::filters | ( | ) | const |
bool QmmpPluginCache::hasError | ( | ) | const |
InputSourceFactory* QmmpPluginCache::inputSourceFactory | ( | ) |
|
private |
OutputFactory* QmmpPluginCache::outputFactory | ( | ) |
int QmmpPluginCache::priority | ( | ) | const |
const QStringList& QmmpPluginCache::protocols | ( | ) | const |
const QString QmmpPluginCache::shortName | ( | ) | const |
|
private |
Definition at line 63 of file qmmpplugincache_p.h.
|
private |
Definition at line 67 of file qmmpplugincache_p.h.
|
private |
Definition at line 70 of file qmmpplugincache_p.h.
|
private |
Definition at line 69 of file qmmpplugincache_p.h.
|
private |
Definition at line 65 of file qmmpplugincache_p.h.
|
private |
Definition at line 62 of file qmmpplugincache_p.h.
|
private |
Definition at line 71 of file qmmpplugincache_p.h.
|
private |
Definition at line 66 of file qmmpplugincache_p.h.
|
private |
Definition at line 68 of file qmmpplugincache_p.h.
|
private |
Definition at line 60 of file qmmpplugincache_p.h.
|
private |
Definition at line 72 of file qmmpplugincache_p.h.
|
private |
Definition at line 64 of file qmmpplugincache_p.h.
|
private |
Definition at line 61 of file qmmpplugincache_p.h.