Qmmp
|
#include <inputsourcefactory.h>
Public Attributes | |
QString | name |
QString | shortName |
QList< QRegularExpression > | regExps |
QStringList | protocols |
bool | hasAbout = false |
bool | hasSettings = false |
Structure to store transport plugin properies.
bool hasAbout = false |
Should be true if plugin has about dialog, otherwise false
bool hasSettings = false |
Should be true if plugin has settings dialog, otherwise false
QString name |
Transport plugin full name
QStringList protocols |
A list of supported protocols.
QList<QRegularExpression> regExps |
A list of regular expressions for supported URLs (has highest priority).
QString shortName |
Transport plugin name for internal usage