20 #ifndef __SYNTHCLONE_REGISTRATION_H__
21 #define __SYNTHCLONE_REGISTRATION_H__
23 #include <QtCore/QObject>
Registration(QObject *parent=0)
Constructs a new registration object.
Definition: component.h:26
void unregistered(QObject *object)
Emitted when the object associated with this registration has been removed from the session...
virtual ~Registration()
Destroys a Registration object.
Registration objects are returned when objects are registered with the session.
Definition: registration.h:33