Base class for synthclone components.
More...
#include <synthclone/component.h>
Base class for synthclone components.
This includes Effect, Sampler, and Target objects.
◆ Component()
| synthclone::Component::Component |
( |
const QString & |
name, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicitprotected |
Constructs a new Component object.
This constructor shouldn't be called directly; instead, one of the Component subclasses should be used.
- Parameters
-
| name | The initial component name. |
| parent | The parent object of the component. |
- See also
- Effect, Sampler, Target
◆ ~Component()
| virtual synthclone::Component::~Component |
( |
| ) |
|
|
protectedvirtual |
◆ getName()
| QString synthclone::Component::getName |
( |
| ) |
const |
Gets the Component name.
- Returns
- The name of this component.
◆ nameChanged
| void synthclone::Component::nameChanged |
( |
const QString & |
name | ) |
|
|
signal |
Emitted when the Component name is changed.
Subclasses do not need to worry about this signal.
- Parameters
-
◆ progressChanged
| void synthclone::Component::progressChanged |
( |
float |
progress | ) |
|
|
signal |
◆ setName
| void synthclone::Component::setName |
( |
const QString & |
name | ) |
|
|
slot |
◆ statusChanged
| void synthclone::Component::statusChanged |
( |
const QString & |
status | ) |
|
|
signal |
Emitted when the Component object's status changes.
- Parameters
-
The documentation for this class was generated from the following file: