synthclone
0.3.0
|
Registration objects are returned when objects are registered with the session. More...
#include <synthclone/registration.h>
Signals | |
void | unregistered (QObject *object) |
Emitted when the object associated with this registration has been removed from the session. More... | |
Protected Member Functions | |
Registration (QObject *parent=0) | |
Constructs a new registration object. More... | |
virtual | ~Registration () |
Destroys a Registration object. More... | |
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.
|
explicitprotected |
Constructs a new registration object.
This constructor should not be called directly. Registration objects are returned when objects are registered with the session via Context objects.
parent | The parent object of the new registration object. |
|
protectedvirtual |
Destroys a Registration object.
The application is responsible for managing Registration object memory.
|
signal |
Emitted when the object associated with this registration has been removed from the session.
object | The object associated with this registration. |