TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
InputSourceProperties Struct Reference

Structure to store transport plugin properies. More...

#include <inputsourcefactory.h>

Public Attributes

QString name
 
QString shortName
 
QList< RegularExpressionregExps
 
QStringList protocols
 
bool hasSettings = false
 

Detailed Description

Structure to store transport plugin properies.

Author
Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru

Definition at line 33 of file inputsourcefactory.h.

Member Data Documentation

bool InputSourceProperties::hasSettings = false

Should be true if plugin has settings dialog, otherwise false

Definition at line 39 of file inputsourcefactory.h.

Referenced by MusicPluginItem::MusicPluginItem().

QString InputSourceProperties::name

Transport plugin full name

Definition at line 35 of file inputsourcefactory.h.

Referenced by MusicPluginItem::MusicPluginItem().

QStringList InputSourceProperties::protocols

A list of supported protocols.

Definition at line 38 of file inputsourcefactory.h.

QList<RegularExpression> InputSourceProperties::regExps

A list of regular expressions for supported URLs (has highest priority).

Definition at line 37 of file inputsourcefactory.h.

QString InputSourceProperties::shortName

Transport plugin name for internal usage

Definition at line 36 of file inputsourcefactory.h.


The documentation for this struct was generated from the following file: