OutputFactory Class Reference
Output plugin interface (output factory).
More...
#include <outputfactory.h>
List of all members.
Detailed Description
Output plugin interface (output factory).
- Author:
- Ilya Kotov <forkotov02@hotmail.ru>
Constructor & Destructor Documentation
Member Function Documentation
virtual Output* create |
( |
QObject * |
parent |
) |
[pure virtual] |
Creates output provided by plugin.
- Parameters:
-
virtual QTranslator* createTranslator |
( |
QObject * |
parent |
) |
[pure virtual] |
Creates QTranslator object of the system locale. Should return 0 if translation doesn't exist.
- Parameters:
-
virtual VolumeControl* createVolumeControl |
( |
QObject * |
parent |
) |
[pure virtual] |
Creates volume control object provided by plugin. Returns 0 if volume control is not supported by plugin.
- Parameters:
-
Returns output 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: