|
Qmmp
|
#include <inputsourcefactory.h>
Public Member Functions | |
| InputSourceProperties () | |
Public Attributes | |
| QString | name |
| QString | shortName |
| QStringList | protocols |
| bool | hasAbout |
| bool | hasSettings |
Helper class to store transport plugin properies.
| InputSourceProperties | ( | ) | [inline] |
Constructor
| bool hasAbout |
Should be true if plugin has about dialog, otherwise false
| bool hasSettings |
Should be true if plugin has settings dialog, otherwise false
| QString name |
Transport plugin full name
| QStringList protocols |
A list of supported protocols.
| QString shortName |
Transport plugin name for internal usage
1.7.6.1