#include <outputfactory.h>
Output plugin interface (output factory).
- Author
- Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru
◆ ~OutputFactory()
◆ create()
Creates output provided by plugin.
◆ createVolume()
virtual Volume* createVolume |
( |
| ) |
|
|
pure virtual |
Creates volume control object provided by plugin. Returns 0 if volume control is not supported by plugin.
◆ properties()
Returns output 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
-
◆ translation()
virtual QString translation |
( |
| ) |
const |
|
pure virtual |
Returns translation file path without locale code and extension
The documentation for this class was generated from the following file: