TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Structure to store transport plugin properies. More...
#include <inputsourcefactory.h>
Public Attributes | |
QString | name |
QString | shortName |
QList< RegularExpression > | regExps |
QStringList | protocols |
bool | hasSettings = false |
Structure to store transport plugin properies.
Definition at line 34 of file inputsourcefactory.h.
bool InputSourceProperties::hasSettings = false |
Should be true if plugin has settings dialog, otherwise false
Definition at line 40 of file inputsourcefactory.h.
Referenced by MusicPluginItem::MusicPluginItem().
QString InputSourceProperties::name |
Transport plugin full name
Definition at line 36 of file inputsourcefactory.h.
Referenced by MusicPluginItem::MusicPluginItem().
QStringList InputSourceProperties::protocols |
A list of supported protocols.
Definition at line 39 of file inputsourcefactory.h.
QList<RegularExpression> InputSourceProperties::regExps |
A list of regular expressions for supported URLs (has highest priority).
Definition at line 38 of file inputsourcefactory.h.
QString InputSourceProperties::shortName |
Transport plugin name for internal usage
Definition at line 37 of file inputsourcefactory.h.