Output plugin interface (output factory).
More...
#include <outputfactory.h>
Output plugin interface (output factory).
- Author
- Ilya Kotov forko.nosp@m.tov0.nosp@m.2@ya..nosp@m.ru
Definition at line 44 of file outputfactory.h.
virtual OutputFactory::~OutputFactory |
( |
| ) |
|
|
virtualdefault |
virtual Output* OutputFactory::create |
( |
| ) |
|
|
pure virtual |
Creates output provided by plugin.
virtual QDialog* OutputFactory::createSettings |
( |
QWidget * |
parent | ) |
|
|
pure virtual |
Creates settings dialog.
- Parameters
-
- Returns
- Settings dialog pointer.
virtual Volume* OutputFactory::createVolume |
( |
| ) |
|
|
pure virtual |
Creates volume control object provided by plugin. Returns nullptr if volume control is not supported by plugin.
The documentation for this class was generated from the following file: