$darkmode
Represents a job that will be sent to registered Effect objects. More...
#include <synthclone/effectjob.h>
Public Member Functions | |
| virtual const Zone * | getZone () const =0 |
| Gets the Zone that the Effect will use to get information for this EffectJob. More... | |
Protected Member Functions | |
| EffectJob (QObject *parent=0) | |
| Constructs a new EffectJob object. More... | |
| virtual | ~EffectJob () |
| Destroys an EffectJob. More... | |
Represents a job that will be sent to registered Effect objects.
|
explicitprotected |
Constructs a new EffectJob object.
EffectJob objects cannot be created directly. EffectJob objects are created by calling Context::addEffectJob().
| parent | The parent object of the new EffectJob. |
|
protectedvirtual |
|
pure virtual |