| CAudioEngine::_locker_struct | |
| C_nsm_client_t | |
| CEventQueue::AddMidiNoteVector | |
| CShotList::Arg | Buffer for construction of Q_ARGs |
| Catomic_obj_cpt_t | Objects class map item type |
| ►CAudioEngineLocking | AudioEngineLocking |
| CPatternList | PatternList is a collection of patterns |
| CAboutDialog::Author | |
| ►CBase | Base class |
| ►CObject< AboutDialogContributorList > | |
| CAboutDialogContributorList | |
| ►CObject< Action > | |
| CAction | |
| ►CObject< AudioEngineInfoForm > | |
| CAudioEngineInfoForm | Audio Engine information form |
| ►CObject< AudioFileBrowser > | |
| CAudioFileBrowser | This dialog is used to preview audiofiles |
| ►CObject< AutomationPathView > | |
| CAutomationPathView | |
| ►CObject< Button > | |
| CButton | Generic Button with SVG icons or text |
| ►CObject< ClickableLabel > | |
| CClickableLabel | Custom QLabel that emits a signal when clicked |
| ►CObject< ColorSelectionButton > | |
| CColorSelectionButton | QPushButton opening a QColorDialog when clicked and displaying the selected color as background - with neither text nor an icon present |
| ►CObject< CommonStrings > | |
| CCommonStrings | A container class to collect all translatable strings at one place in order to allow for the reusage |
| ►CObject< ComponentMixerLine > | |
| CComponentMixerLine | |
| ►CObject< CpuLoadWidget > | |
| CCpuLoadWidget | Shows the current CPU load using a meter similar to the one used in Fader |
| ►CObject< DetailWaveDisplay > | |
| CDetailWaveDisplay | |
| ►CObject< Director > | |
| CDirector | |
| ►CObject< Download > | |
| ►CDownload | |
| CDownloadWidget | |
| ►CObject< ExportMidiDialog > | |
| CExportMidiDialog | Dialog for exporting song to midi |
| ►CObject< ExportSongDialog > | |
| CExportSongDialog | Dialog for exporting song |
| ►CObject< Fader > | |
| CFader | Custom fader widget |
| ►CObject< FileBrowser > | |
| CFileBrowser | |
| ►CObject< FileDialog > | |
| CFileDialog | Custom file dialog checking whether the user has write access to the selected folder before allowing to save a file |
| ►CObject< FilesystemInfoForm > | |
| CFilesystemInfoForm | |
| ►CObject< ADSR > | |
| CADSR | Attack Decay Sustain Release envelope |
| ►CObject< AlsaAudioDriver > | |
| CAlsaAudioDriver | |
| ►CObject< AlsaMidiDriver > | |
| CAlsaMidiDriver | Alsa Midi Driver Based on Matthias Nagorni alsa sequencer example |
| ►CObject< AudioEngine > | |
| CAudioEngine | The audio engine deals with two distinct TransportPosition |
| ►CObject< AudioEngineTests > | |
| CAudioEngineTests | Defined in here since it requires access to methods and variables private to the AudioEngine class |
| ►CObject< AudioOutput > | |
| ►CAudioOutput | Base abstract class for audio output classes |
| CAlsaAudioDriver | |
| CCoreAudioDriver | |
| CDiskWriterDriver | Driver for export audio to disk |
| CFakeDriver | Fake audio driver |
| CJackAudioDriver | JACK (Jack Audio Connection Kit) server driver |
| CNullDriver | |
| COssDriver | OSS Audio Driver |
| CPortAudioDriver | |
| CPulseAudioDriver | PulseAudio driver |
| ►CObject< AutomationPath > | |
| CAutomationPath | |
| ►CObject< AutomationPathSerializer > | |
| CAutomationPathSerializer | |
| ►CObject< ColorTheme > | |
| CColorTheme | Colors for hydrogen |
| ►CObject< CoreActionController > | |
| CCoreActionController | |
| ►CObject< CoreAudioDriver > | |
| CCoreAudioDriver | |
| ►CObject< CoreMidiDriver > | |
| CCoreMidiDriver | |
| ►CObject< DiskWriterDriver > | |
| CDiskWriterDriver | Driver for export audio to disk |
| ►CObject< Drumkit > | |
| CDrumkit | Drumkit info |
| ►CObject< DrumkitComponent > | |
| CDrumkitComponent | |
| ►CObject< Effects > | |
| CEffects | |
| ►CObject< EnvelopePoint > | |
| CEnvelopePoint | A container for a sample, being able to apply modifications on it |
| ►CObject< EventQueue > | |
| CEventQueue | Object handling the communication between the core of Hydrogen and its GUI |
| ►CObject< FakeDriver > | |
| CFakeDriver | Fake audio driver |
| ►CObject< Files > | |
| CFiles | Files is in charge of writing and reading Patterns, Drumkits, Songs to the filesystem |
| ►CObject< Filesystem > | |
| CFilesystem | Filesystem is a thin layer over QDir, QFile and QFileInfo |
| ►CObject< FontTheme > | |
| CFontTheme | |
| ►CObject< Future > | |
| CFuture | Ensures compatibility with XML files created with Hydrogen version >= v2.0 |
| ►CObject< Hydrogen > | |
| CHydrogen | Hydrogen Audio Engine |
| ►CObject< Instrument > | |
| CInstrument | Instrument class |
| ►CObject< InstrumentComponent > | |
| CInstrumentComponent | |
| ►CObject< InstrumentLayer > | |
| CInstrumentLayer | InstrumentLayer is part of an instrument
each layer has it's own :
gain which is the ration between the input sample and the output signal,
pitch which allows you to play the sample at a faster or lower frequency,
start velocity and end velocity which allows you to chose between a layer or another within an instrument by changing the velocity of the played note |
| ►CObject< InstrumentList > | |
| CInstrumentList | InstrumentList is a collection of instruments used within a song, a drumkit, .. |
| ►CObject< InterfaceTheme > | |
| CInterfaceTheme | |
| ►CObject< JackAudioDriver > | |
| CJackAudioDriver | JACK (Jack Audio Connection Kit) server driver |
| ►CObject< JackMidiDriver > | |
| CJackMidiDriver | |
| ►CObject< LadspaControlPort > | |
| CLadspaControlPort | |
| ►CObject< LadspaFX > | |
| CLadspaFX | |
| ►CObject< LadspaFXGroup > | |
| CLadspaFXGroup | |
| ►CObject< LadspaFXInfo > | |
| CLadspaFXInfo | |
| ►CObject< Legacy > | |
| CLegacy | Legacy is a container for legacy code which should be once removed |
| ►CObject< License > | |
| CLicense | Wrapper class to help Hydrogen deal with the license information specified in a drumkit |
| ►CObject< LilyPond > | |
| CLilyPond | A class to convert a Hydrogen song to LilyPond format |
| ►CObject< MidiInput > | |
| ►CMidiInput | MIDI input base class |
| CAlsaMidiDriver | Alsa Midi Driver Based on Matthias Nagorni alsa sequencer example |
| CCoreMidiDriver | |
| CJackMidiDriver | |
| CPortMidiDriver | |
| ►CObject< MidiOutput > | |
| ►CMidiOutput | MIDI input base class |
| CAlsaMidiDriver | Alsa Midi Driver Based on Matthias Nagorni alsa sequencer example |
| CCoreMidiDriver | |
| CJackMidiDriver | |
| CPortMidiDriver | |
| ►CObject< Note > | |
| CNote | A note plays an associated instrument with a velocity left and right pan |
| ►CObject< NullDriver > | |
| CNullDriver | |
| ►CObject< OssDriver > | |
| COssDriver | OSS Audio Driver |
| ►CObject< Pattern > | |
| CPattern | Pattern class is a Note container |
| ►CObject< PatternList > | |
| CPatternList | PatternList is a collection of patterns |
| ►CObject< Playlist > | |
| CPlaylist | Drumkit info |
| ►CObject< PortAudioDriver > | |
| CPortAudioDriver | |
| ►CObject< PortMidiDriver > | |
| CPortMidiDriver | |
| ►CObject< Preferences > | |
| CPreferences | Manager for User Preferences File (singleton) |
| ►CObject< PulseAudioDriver > | |
| CPulseAudioDriver | PulseAudio driver |
| ►CObject< Random > | |
| CRandom | Container for functions generating random number |
| ►CObject< SMF > | |
| CSMF | |
| ►CObject< SMF0Writer > | |
| CSMF0Writer | |
| ►CObject< SMF1Writer > | |
| ►CSMF1Writer | |
| CSMF1WriterMulti | |
| CSMF1WriterSingle | |
| ►CObject< SMF1WriterMulti > | |
| CSMF1WriterMulti | |
| ►CObject< SMF1WriterSingle > | |
| CSMF1WriterSingle | |
| ►CObject< SMFBuffer > | |
| CSMFBuffer | |
| ►CObject< SMFCopyRightNoticeMetaEvent > | |
| CSMFCopyRightNoticeMetaEvent | |
| ►CObject< SMFEvent > | |
| ►CSMFEvent | |
| CSMFCopyRightNoticeMetaEvent | |
| CSMFNoteOffEvent | |
| CSMFNoteOnEvent | |
| CSMFSetTempoMetaEvent | |
| CSMFTimeSignatureMetaEvent | |
| CSMFTrackNameMetaEvent | |
| ►CObject< SMFHeader > | |
| CSMFHeader | |
| ►CObject< SMFNoteOffEvent > | |
| CSMFNoteOffEvent | |
| ►CObject< SMFNoteOnEvent > | |
| CSMFNoteOnEvent | |
| ►CObject< SMFSetTempoMetaEvent > | |
| CSMFSetTempoMetaEvent | |
| ►CObject< SMFTimeSignatureMetaEvent > | |
| CSMFTimeSignatureMetaEvent | |
| ►CObject< SMFTrack > | |
| CSMFTrack | |
| ►CObject< SMFTrackNameMetaEvent > | |
| CSMFTrackNameMetaEvent | |
| ►CObject< SMFWriter > | |
| ►CSMFWriter | |
| CSMF0Writer | |
| CSMF1Writer | |
| ►CObject< Sample > | |
| CSample | |
| ►CObject< Sampler > | |
| CSampler | Waveform based sampler |
| ►CObject< Song > | |
| CSong | Song class |
| ►CObject< SongEditorPanelBpmWidget > | |
| CSongEditorPanelBpmWidget | |
| ►CObject< SongEditorPanelTagWidget > | |
| CSongEditorPanelTagWidget | |
| ►CObject< SoundLibraryDatabase > | |
| CSoundLibraryDatabase | This class holds information about all installed soundlibrary items |
| ►CObject< SoundLibraryInfo > | |
| CSoundLibraryInfo | This class holds information about a soundlibrary |
| ►CObject< SoundLibraryPropertiesDialog > | |
| CSoundLibraryPropertiesDialog | |
| ►CObject< Synth > | |
| CSynth | A simple synthetizer.. |
| ►CObject< Theme > | |
| CTheme | |
| ►CObject< Timeline > | |
| CTimeline | Timeline class storing and handling all TempoMarkers and Tags |
| ►CObject< Translations > | |
| CTranslations | Translations manager |
| ►CObject< TransportPosition > | |
| CTransportPosition | Object holding most of the information about the transport state of the AudioEngine |
| ►CObject< WindowProperties > | |
| CWindowProperties | |
| ►CObject< XMLDoc > | |
| CXMLDoc | XMLDoc is a subclass of QDomDocument with read and write methods |
| ►CObject< XMLNode > | |
| CXMLNode | XMLNode is a subclass of QDomNode with read and write values methods |
| ►CObject< HydrogenApp > | |
| CHydrogenApp | |
| ►CObject< InfoBar > | |
| CInfoBar | |
| ►CObject< InstrumentEditor > | |
| CInstrumentEditor | Instrument Editor |
| ►CObject< InstrumentEditorPanel > | |
| CInstrumentEditorPanel | Container for the Instrument Editor (Singleton) |
| ►CObject< InstrumentNameWidget > | |
| CInstrumentNameWidget | |
| ►CObject< InstrumentRack > | |
| CInstrumentRack | |
| ►CObject< LCDCombo > | |
| ►CLCDCombo | |
| CDeviceComboBox | Combo box showing a list of available devices for a given driver |
| CHostAPIComboBox | Combo box showing a list of HostAPIs |
| ►CObject< LCDDisplay > | |
| ►CLCDDisplay | Non-interactive display used for both numerical values and the status display |
| CStatusMessageDisplay | Non-interactive display for status messages in the PlayerControl |
| ►CObject< LCDSpinBox > | |
| CLCDSpinBox | Custom spin box |
| ►CObject< LED > | |
| ►CLED | LED identicating a user selection |
| CMetronomeLED | Custom LED that comes with its own timer |
| ►CObject< LadspaFXMixerLine > | |
| CLadspaFXMixerLine | |
| ►CObject< LadspaFXProperties > | |
| CLadspaFXProperties | |
| ►CObject< LadspaFXSelector > | |
| CLadspaFXSelector | |
| ►CObject< LayerPreview > | |
| CLayerPreview | |
| ►CObject< MainForm > | |
| CMainForm | Debug only |
| ►CObject< MainSampleWaveDisplay > | |
| CMainSampleWaveDisplay | |
| ►CObject< MasterMixerLine > | |
| CMasterMixerLine | |
| ►CObject< MetronomeLED > | |
| CMetronomeLED | Custom LED that comes with its own timer |
| ►CObject< MidiActionManager > | |
| CMidiActionManager | The MidiActionManager cares for the execution of MidiActions |
| ►CObject< MidiMap > | |
| CMidiMap | The MidiMap maps MidiActions to MidiEvents |
| ►CObject< MidiSenseWidget > | |
| CMidiSenseWidget | |
| ►CObject< MidiTable > | |
| CMidiTable | |
| ►CObject< Mixer > | |
| CMixer | |
| ►CObject< MixerLine > | |
| CMixerLine | A mixer strip |
| ►CObject< MixerSettingsDialog > | |
| CMixerSettingsDialog | Mixer Settings Dialog |
| ►CObject< NsmClient > | |
| CNsmClient | Non session manager client implementation |
| ►CObject< OscServer > | |
| COscServer | OSC Server implementation |
| ►CObject< PatternEditor > | |
| ►CPatternEditor | Pattern Editor |
| CDrumPatternEditor | Drum pattern editor |
| CNotePropertiesRuler | NotePropertiesEditor is (currently) a single class instantiated in different "modes" to select which property it edits |
| CPianoRollEditor | |
| ►CObject< PatternEditorInstrumentList > | |
| CPatternEditorInstrumentList | |
| ►CObject< PatternEditorPanel > | |
| CPatternEditorPanel | Pattern Editor Panel |
| ►CObject< PatternEditorRuler > | |
| CPatternEditorRuler | |
| ►CObject< PatternFillDialog > | |
| CPatternFillDialog | Pattern Fill Dialog |
| ►CObject< PianoRollEditor > | |
| CPianoRollEditor | |
| ►CObject< PixmapWidget > | |
| ►CPixmapWidget | |
| CComponentMixerLine | |
| CInstrumentLine | |
| CInstrumentNameWidget | |
| CLadspaFXMixerLine | |
| CMasterMixerLine | |
| CMixerLine | A mixer strip |
| ►CObject< PlayerControl > | |
| CPlayerControl | |
| ►CObject< PlaylistDialog > | |
| CPlaylistDialog | This dialog is used to use the H2PlayList |
| ►CObject< PreferencesDialog > | |
| CPreferencesDialog | Preferences Dialog |
| ►CObject< Rotary > | |
| CRotary | Custom rotary widget |
| ►CObject< SampleEditor > | |
| CSampleEditor | This dialog is used to preview audiofiles |
| ►CObject< SampleWaveDisplay > | |
| CSampleWaveDisplay | |
| ►CObject< SongEditor > | |
| CSongEditor | Song editor |
| ►CObject< SongEditorPanel > | |
| CSongEditorPanel | |
| ►CObject< SongEditorPatternList > | |
| CSongEditorPatternList | Song editor pattern list |
| ►CObject< SongEditorPositionRuler > | |
| CSongEditorPositionRuler | |
| ►CObject< SoundLibraryExportDialog > | |
| CSoundLibraryExportDialog | |
| ►CObject< SoundLibraryImportDialog > | |
| CSoundLibraryImportDialog | This dialog is used to import a SoundLibrary file from a local file or via HTTP |
| ►CObject< SoundLibraryOpenDialog > | |
| CSoundLibraryOpenDialog | |
| ►CObject< SoundLibraryPanel > | |
| CSoundLibraryPanel | |
| ►CObject< SoundLibraryRepositoryDialog > | |
| CSoundLibraryRepositoryDialog | |
| ►CObject< SoundLibraryTree > | |
| CSoundLibraryTree | |
| ►CObject< SplashScreen > | |
| CSplashScreen | |
| ►CObject< StatusMessageDisplay > | |
| CStatusMessageDisplay | Non-interactive display for status messages in the PlayerControl |
| ►CObject< TargetWaveDisplay > | |
| CTargetWaveDisplay | |
| ►CObject< VirtualPatternDialog > | |
| CVirtualPatternDialog | Virtual Pattern Dialog |
| ►CObject< WaveDisplay > | |
| ►CWaveDisplay | |
| CPlaybackTrackWaveDisplay | |
| CObject< T > | |
| CEnvelopePoint::Comparator | To be able to sort velocity points vectors |
| CAudioEngine::compare_pNotes | Song Note FIFO |
| CInstrumentList::Content | |
| CLogger::CrashContext | Helper class to preserve and restore recursive crash context strings using an RAAI pattern |
| ►Cenable_shared_from_this | |
| CSong | Song class |
| CPlaylist::Entry | |
| CEvent | Basic building block for the communication between the core of Hydrogen and its GUI |
| ►CEventListener | |
| CAudioEngineInfoForm | Audio Engine information form |
| CCpuLoadWidget | Shows the current CPU load using a meter similar to the one used in Fader |
| CDirector | |
| CExportSongDialog | Dialog for exporting song |
| CHydrogenApp | |
| CInstrumentEditor | Instrument Editor |
| CInstrumentEditorPanel | Container for the Instrument Editor (Singleton) |
| CLayerPreview | |
| CMainForm | Debug only |
| CMetronomeLED | Custom LED that comes with its own timer |
| ►CMidiLearnable | Every widget which supports MidiLearn should derive from this Class |
| CButton | Generic Button with SVG icons or text |
| ►CWidgetWithInput | Base class for active user input widget, which are not based on a high-level Qt widget |
| CFader | Custom fader widget |
| CRotary | Custom rotary widget |
| CMixer | |
| CPatternEditor | Pattern Editor |
| CPatternEditorInstrumentList | |
| CPatternEditorPanel | Pattern Editor Panel |
| CPatternEditorRuler | |
| CPlayerControl | |
| CShotList | Shot List |
| CSongEditor | Song editor |
| CSongEditorPanel | |
| CSongEditorPatternList | Song editor pattern list |
| CSongEditorPositionRuler | |
| CSoundLibraryImportDialog | This dialog is used to import a SoundLibrary file from a local file or via HTTP |
| CSoundLibraryPanel | |
| ►Cexception | STL class |
| ►Cruntime_error | STL class |
| CH2Exception | |
| CFillRange | |
| CSongEditor::GridCell | |
| CLashClient | |
| CLogger | Class for writing logs to the console |
| CSample::Loops | Set of loop configuration flags |
| CMidiAction | This class represents a midi action |
| CMidiMessage | |
| Cobj_cpt_t | |
| CObject | Base class of all components of hydrogen |
| CParser | Reusable parser for provided command line arguments |
| CPatternDisplayInfo | |
| ►CQApplication | |
| CH2QApplication | |
| ►CQComboBox | |
| CLCDCombo | |
| ►CQDialog | |
| CAboutDialog | |
| CAudioFileBrowser | This dialog is used to preview audiofiles |
| CDirector | |
| CDownload | |
| CExportMidiDialog | Dialog for exporting song to midi |
| CExportSongDialog | Dialog for exporting song |
| CSongEditorPanelBpmWidget | |
| CSongEditorPanelTagWidget | |
| CSoundLibraryPropertiesDialog | |
| CLadspaFXSelector | |
| CMidiSenseWidget | |
| CMixerSettingsDialog | Mixer Settings Dialog |
| CPatternFillDialog | Pattern Fill Dialog |
| CPatternPropertiesDialog | Pattern Properties Dialog |
| CPlaylistDialog | This dialog is used to use the H2PlayList |
| CPreferencesDialog | Preferences Dialog |
| CSampleEditor | This dialog is used to preview audiofiles |
| CSongPropertiesDialog | Song Properties Dialog |
| CSoundLibraryExportDialog | |
| CSoundLibraryImportDialog | This dialog is used to import a SoundLibrary file from a local file or via HTTP |
| CSoundLibraryOpenDialog | |
| CSoundLibraryRepositoryDialog | |
| CVirtualPatternDialog | Virtual Pattern Dialog |
| ►CQDomDocument | |
| CXMLDoc | XMLDoc is a subclass of QDomDocument with read and write methods |
| ►CQDomNode | |
| CXMLNode | XMLNode is a subclass of QDomNode with read and write values methods |
| ►CQDoubleSpinBox | |
| CLCDSpinBox | Custom spin box |
| ►CQDropEvent | |
| CDropEvent | Compatibility class to support QDropEvent more esily in Qt5 and Qt6 |
| ►CQFileDialog | |
| CFileDialog | Custom file dialog checking whether the user has write access to the selected folder before allowing to save a file |
| ►CQLabel | |
| CClickableLabel | Custom QLabel that emits a signal when clicked |
| CPlayerControl | |
| ►CQLineEdit | |
| CLCDDisplay | Non-interactive display used for both numerical values and the status display |
| ►CQMainWindow | |
| CMainForm | Debug only |
| ►CQMouseEvent | |
| CMouseEvent | Compatibility class to support QMouseEvent more esily in Qt5 and Qt6 |
| ►CQObject | |
| CDragScroller | Drag scroller object |
| CHydrogenApp | |
| CReporter | Crash reporter class |
| CShotList | Shot List |
| ►CQPushButton | |
| CButton | Generic Button with SVG icons or text |
| CColorSelectionButton | QPushButton opening a QColorDialog when clicked and displaying the selected color as background - with neither text nor an icon present |
| ►CQScrollArea | |
| CWidgetScrollArea | |
| ►CQSplashScreen | |
| CSplashScreen | |
| ►CQTableWidget | |
| CMidiTable | |
| ►CQTreeWidget | |
| CSoundLibraryTree | |
| ►CQTreeWidgetItem | |
| CColorTreeItem | Node in the Color tree of the appearance tab |
| ►CQUndoCommand | |
| CSE_addOrDeleteNoteAction | |
| CSE_addOrDeleteNotePianoRollAction | |
| CSE_addPianoRollNoteOffAction | |
| CSE_automationPathAddPointAction | |
| CSE_automationPathMovePointAction | |
| CSE_automationPathRemovePointAction | |
| CSE_clearNotesPatternEditorAction | |
| CSE_deleteInstrumentAction | |
| CSE_deletePatternFromListAction | |
| CSE_deletePatternSequenceAction | |
| CSE_deleteTimelineAction | |
| CSE_deselectAndOverwriteNotesAction | |
| CSE_dragInstrumentAction | |
| CSE_duplicatePatternAction | |
| CSE_editNoteLengthAction | |
| CSE_editNotePropertiesAction | |
| CSE_editNotePropertiesVolumeAction | |
| CSE_editTagAction | |
| CSE_editTimelineAction | |
| CSE_fillNotesRightClickAction | |
| CSE_fillRangePatternAction | |
| CSE_insertPatternAction | |
| CSE_loadPatternAction | |
| CSE_mainMenuAddInstrumentAction | |
| CSE_modifyPatternCellsAction | |
| CSE_modifyPatternPropertiesAction | |
| CSE_moveInstrumentAction | |
| CSE_moveNoteAction | |
| CSE_moveNotePianoRollAction | |
| CSE_movePatternListItemAction | |
| CSE_pasteNotesPatternEditorAction | |
| CSE_patternSizeChangedAction | |
| CSE_randomVelocityRightClickAction | |
| CSE_togglePatternAction | |
| ►CQWheelEvent | |
| CWheelEvent | Compatibility class to support QWheelEvent more esily in Qt5 and Qt6 |
| ►CQWidget | |
| CAudioEngineInfoForm | Audio Engine information form |
| CAutomationPathView | |
| CCpuLoadWidget | Shows the current CPU load using a meter similar to the one used in Fader |
| CDetailWaveDisplay | |
| CFileBrowser | |
| CFilesystemInfoForm | |
| CInfoBar | |
| CInstrumentEditor | Instrument Editor |
| CInstrumentEditorPanel | Container for the Instrument Editor (Singleton) |
| CInstrumentRack | |
| CLED | LED identicating a user selection |
| CLadspaFXProperties | |
| CLayerPreview | |
| CMainSampleWaveDisplay | |
| CMixer | |
| CPatternEditor | Pattern Editor |
| CPatternEditorInstrumentList | |
| CPatternEditorPanel | Pattern Editor Panel |
| CPatternEditorRuler | |
| CPixmapWidget | |
| CSampleWaveDisplay | |
| CSongEditor | Song editor |
| CSongEditorPanel | |
| CSongEditorPatternList | Song editor pattern list |
| CSongEditorPositionRuler | |
| CSoundLibraryPanel | |
| CTargetWaveDisplay | |
| CWaveDisplay | |
| CWidgetWithInput | Base class for active user input widget, which are not based on a high-level Qt widget |
| CSample::Rubberband | Set of rubberband configuration flags |
| CSelectedLayerInfo | Auxiliary variables storing the rendering state of a H2Core::Note within the H2Core::Sampler |
| CSelection< Elem > | Selection management for editor widgets |
| CSelection< Elem >::SelectionGroup | Group of SelectionWidget objects sharing the same selection set |
| CSelectionWidget< Elem > | SelectionWidget defines the interface used by the Selection manager to communicate with a widget implementing selection, and provides for event translation, testing for intersection with selectable objects, keyboard input cursor geometry, and screen refresh |
| ►CSelectionWidget< H2Core::Note * > | |
| CPatternEditor | Pattern Editor |
| ►CSelectionWidget< QPoint > | |
| CSongEditor | Song editor |
| CSkin | Skin support |
| ►CSMFBase | |
| CSMF | |
| CSMFEvent | |
| CSMFHeader | |
| CSMFTrack | |
| CTimeline::Tag | Tag specifies a note added to a certain position in the Song |
| CTimeline::TagComparator | |
| CTimeline::TempoMarker | TempoMarker specifies a change in speed during the Song |
| CTimeline::TempoMarkerComparator | |
| Ctimezone | |
| ►CUi_AboutDialog_UI | |
| CAboutDialog | |
| ►CUi_AudioEngineInfoForm_UI | |
| CAudioEngineInfoForm | Audio Engine information form |
| ►CUi_AudioFileBrowser_UI | |
| CAudioFileBrowser | This dialog is used to preview audiofiles |
| ►CUi_Director_UI | |
| CDirector | |
| ►CUi_ExportMidiDialog_UI | |
| CExportMidiDialog | Dialog for exporting song to midi |
| ►CUi_ExportSongDialog_UI | |
| CExportSongDialog | Dialog for exporting song |
| ►CUi_LadspaFXSelector_UI | |
| CLadspaFXSelector | |
| ►CUi_MixerSettingsDialog_UI | |
| CMixerSettingsDialog | Mixer Settings Dialog |
| ►CUi_PatternFillDialog_UI | |
| CPatternFillDialog | Pattern Fill Dialog |
| ►CUi_PatternPropertiesDialog_UI | |
| CPatternPropertiesDialog | Pattern Properties Dialog |
| ►CUi_PlaylistDialog_UI | |
| CPlaylistDialog | This dialog is used to use the H2PlayList |
| ►CUi_PreferencesDialog_UI | |
| CPreferencesDialog | Preferences Dialog |
| ►CUi_SampleEditor_UI | |
| CSampleEditor | This dialog is used to preview audiofiles |
| ►CUi_SongEditorPanelBpmWidget_UI | |
| CSongEditorPanelBpmWidget | |
| ►CUi_SongEditorPanelTagWidget_UI | |
| CSongEditorPanelTagWidget | |
| ►CUi_SongPropertiesDialog_UI | |
| CSongPropertiesDialog | Song Properties Dialog |
| ►CUi_SoundLibraryExportDialog_UI | |
| CSoundLibraryExportDialog | |
| ►CUi_SoundLibraryImportDialog_UI | |
| CSoundLibraryImportDialog | This dialog is used to import a SoundLibrary file from a local file or via HTTP |
| ►CUi_SoundLibraryPropertiesDialog_UI | |
| CSoundLibraryPropertiesDialog | |
| ►CUi_SoundLibraryRepositoryDialog_UI | |
| CSoundLibraryRepositoryDialog | |
| ►CUi_VirtualPatternDialog_UI | |
| CVirtualPatternDialog | Virtual Pattern Dialog |
| ►CWidgetWithHighlightedList | Widget has a list of items associated with a popup which in turn can open dialog windows |
| CInstrumentLine | |
| CSongEditorPatternList | Song editor pattern list |
| ►CWidgetWithLicenseProperty | Widget is affected by the "Font size" settings in the PreferencesDialog |
| CSoundLibraryPropertiesDialog | |
| CSongPropertiesDialog | Song Properties Dialog |
| CWidgetWithScalableFont< nSmall, nNormal, nLarge > | Widget is affected by the "Font size" settings in the PreferencesDialog |
| ►CWidgetWithScalableFont< 10, 12, 14 > | |
| CInstrumentEditor | Instrument Editor |
| ►CWidgetWithScalableFont< 5, 6, 7 > | |
| CInstrumentRack | |
| CLayerPreview | |
| CPlayerControl | |
| ►CWidgetWithScalableFont< 6, 8, 10 > | |
| CButton | Generic Button with SVG icons or text |
| ►CWidgetWithScalableFont< 6, 8, 9 > | |
| CLCDCombo | |
| ►CWidgetWithScalableFont< 7, 9, 11 > | |
| CDrumPatternEditor | Drum pattern editor |
| CNotePropertiesRuler | NotePropertiesEditor is (currently) a single class instantiated in different "modes" to select which property it edits |
| CPianoRollEditor | |
| ►CWidgetWithScalableFont< 8, 10, 12 > | |
| CInstrumentLine | |
| CInstrumentNameWidget | |
| CMainForm | Debug only |
| CPatternEditorPanel | Pattern Editor Panel |
| CPatternEditorRuler | |
| CPlaylistDialog | This dialog is used to use the H2PlayList |
| CSongEditorPatternList | Song editor pattern list |
| CSongEditorPositionRuler | |
| CSoundLibraryPanel | |
| CWaveDisplay | |