synthclone  0.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCQObject
|oCsynthclone::ComponentBase class for synthclone components
||oCsynthclone::EffectComponent capable of altering samples in some way
||oCsynthclone::SamplerComponent capable of capturing and playing back audio
||\Csynthclone::TargetComponent capable of building a patch from a list of Zone objects
|oCsynthclone::ContextContext objects allow Participant objects to interact with a synthclone session
|oCsynthclone::EffectJobRepresents a job that will be sent to registered Effect objects
|oCsynthclone::MenuItemBase class that contains common functionality used by MenuAction and MenuSeparator objects
||oCsynthclone::MenuActionMenuAction objects are triggerable choices in a menu
||\Csynthclone::MenuSeparatorMenuSeparator objects are used to create a sense of grouping with MenuAction objects
|oCsynthclone::ParticipantParticipants objects interact with synthclone
|oCsynthclone::RegistrationRegistration objects are returned when objects are registered with the session
|oCsynthclone::SampleContains sample data
|oCsynthclone::SampleCopierUtility class that copies Sample data from a SampleInputStream to a SampleOutputStream, emitting SampleCopier::copyProgress events as it goes along
|oCsynthclone::SamplerJobRepresents a job that will be sent to a Sampler
|oCsynthclone::SampleStreamBase class for reading/writing Sample files
||oCsynthclone::SampleInputStreamUsed to read sample data from a sample file
||\Csynthclone::SampleOutputStreamUsed to write sample data to a sample file
|oCsynthclone::SemaphoreA portable semaphore object, optimally including a realtime-safe 'post' operation
|oCsynthclone::ViewUtility view class
||oCsynthclone::DesignerViewUtility class for loading views created with QtDesigner
||\Csynthclone::FileSelectionViewA utility view class that handles the selection of files and directories
|oCsynthclone::ZoneZone objects contains data about how Sample objects should be acquired from a Sampler
|\Csynthclone::ZoneComparerSubclasses of 'ZoneComparer' are used to sort zones, generally by a specific property
oCsynthclone::ErrorAn exception class used with synthclone specific errors
\Csynthclone::IPluginThis interface is implemented by synthclone plugins