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