Registration objects are returned when objects are registered with the session.
More...
#include <synthclone/registration.h>
|
| void | unregistered (QObject *object) |
| | Emitted when the object associated with this registration has been removed from the session.
|
Registration objects are returned when objects are registered with the session.
The sole purpose of registration objects is to send a signal when the registered object has been removed from the session.
◆ Registration()
| synthclone::Registration::Registration |
( |
QObject * | parent = 0 | ) |
|
|
explicitprotected |
◆ ~Registration()
| virtual synthclone::Registration::~Registration |
( |
| ) |
|
|
protectedvirtual |
◆ unregistered
| void synthclone::Registration::unregistered |
( |
QObject * | object | ) |
|
|
signal |
Emitted when the object associated with this registration has been removed from the session.
- Parameters
-
| object | The object associated with this registration. |
The documentation for this class was generated from the following file: