Transport plugin interface.
More...
#include <inputsourcefactory.h>
List of all members.
Detailed Description
Transport plugin interface.
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Member Function Documentation
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. |
virtual QTranslator* createTranslator |
( |
QObject * |
parent | ) |
[pure virtual] |
Creates QTranslator object of the system locale. Should return 0 if translation doesn't exist.
- Parameters:
-
Returns transport plugin properties.
virtual void showAbout |
( |
QWidget * |
parent | ) |
[pure virtual] |
Shows about dialog.
- Parameters:
-
virtual void showSettings |
( |
QWidget * |
parent | ) |
[pure virtual] |
Shows settings dialog.
- Parameters:
-
The documentation for this class was generated from the following file: