|
TTKMusicPlayer
4.2.0.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) | |
| QString | shortName () const |
| QString | file () 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 () |
| void | update (QSettings *settings) |
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 | ( | ) |
| QString QmmpPluginCache::file | ( | ) | 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 |
| QString QmmpPluginCache::shortName | ( | ) | const |
| void QmmpPluginCache::update | ( | QSettings * | settings | ) |
|
private |
Definition at line 64 of file qmmpplugincache_p.h.
|
private |
Definition at line 68 of file qmmpplugincache_p.h.
|
private |
Definition at line 71 of file qmmpplugincache_p.h.
|
private |
Definition at line 70 of file qmmpplugincache_p.h.
|
private |
Definition at line 66 of file qmmpplugincache_p.h.
|
private |
Definition at line 63 of file qmmpplugincache_p.h.
|
private |
Definition at line 72 of file qmmpplugincache_p.h.
|
private |
Definition at line 67 of file qmmpplugincache_p.h.
|
private |
Definition at line 69 of file qmmpplugincache_p.h.
|
private |
Definition at line 61 of file qmmpplugincache_p.h.
|
private |
Definition at line 73 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.
1.8.8