20 #ifndef __SYNTHCLONE_IPLUGIN_H__ 21 #define __SYNTHCLONE_IPLUGIN_H__ 23 #include <QtCore/QtPlugin> 112 "com.googlecode.synthclone.interfaces.IPlugin/0.1")
virtual QByteArray getId() const =0
Gets the root Participant id.
This interface is implemented by synthclone plugins.
Definition: iplugin.h:33
Definition: component.h:26
Participants objects interact with synthclone.
Definition: participant.h:34
virtual Participant * getParticipant()=0
Gets the root Participant for this plugin.
virtual ~IPlugin()
Definition: iplugin.h:38