#include <inputsourcefactory.h>
Transport plugin interface.
- Author
- Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru
◆ create()
virtual InputSource* create |
( |
const QString & |
url, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
pure virtual |
Creates transport provided by plugin.
- Parameters
-
url | URL of the stream. |
parent | Parent object. |
◆ createTranslator()
virtual QTranslator* createTranslator |
( |
QObject * |
parent | ) |
|
|
pure virtual |
Creates QTranslator object of the system locale. Should return 0 if translation doesn't exist.
- Parameters
-
◆ properties()
Returns transport plugin properties.
◆ showAbout()
virtual void showAbout |
( |
QWidget * |
parent | ) |
|
|
pure virtual |
Shows about dialog.
- Parameters
-
◆ showSettings()
virtual void showSettings |
( |
QWidget * |
parent | ) |
|
|
pure virtual |
Shows settings dialog.
- Parameters
-
The documentation for this class was generated from the following file: