Component capable of building a patch from a list of Zone objects.
More...
#include <synthclone/target.h>
Component capable of building a patch from a list of Zone objects.
◆ Target()
synthclone::Target::Target |
( |
const QString & |
name, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicitprotected |
Constructs a new Target object.
This constructor cannot be called directly; instead, subclasses should call this constructor in their constructors.
- Parameters
-
name | The initial name for the target. |
parent | The parent object of the target. |
◆ ~Target()
virtual synthclone::Target::~Target |
( |
| ) |
|
|
protectedvirtual |
◆ build()
virtual void synthclone::Target::build |
( |
const QList< Zone *> & |
zones | ) |
|
|
pure virtual |
Builds a patch.
- Parameters
-
zones | The Zone list to use to build the patch. |
◆ buildWarning
void synthclone::Target::buildWarning |
( |
const QString & |
message | ) |
|
|
signal |
Emitted to indicate a warning found during the build process.
- Parameters
-
message | The warning message. |
The documentation for this class was generated from the following file: