Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
oNUi
oCCAArchiveClass for the manipulation of a gzipped tar archive (tar.gz)
oCCAArticulationNote articulation marks
oCCAAutoRecoveryClass for making recovery files for application crashes
oCCABarlineMusic element which represents a barline in the score
oCCABookMarkA bookmark shortcut
oCCACanExport
oCCACanImport
oCCACanorus
oCCACanorusMLExport
oCCACanorusMLImport
oCCAClef
oCCAContextLine of music elements in the sheet
oCCACrescendoCrescendo and Decrescendo marks
oCCADiatonicKeyMusical key
oCCADiatonicPitchMusical note pitch
oCCADocumentClass which represents the current document
oCCADocumentProperties
oCCADrawable
oCCADrawableAccidental
oCCADrawableBarline
oCCADrawableClefDrawable instance of CAClef This class draws the clef to the canvas
oCCADrawableContext
oCCADrawableFunctionMarkThe drawable instance of the function mark. These music elements are ordinary music elements selectable by the user
oCCADrawableFunctionMarkContext
oCCADrawableFunctionMarkSupportRectangles, key names, numbers below/above function, lines etc. Support class which draws the key of the function, rectangle around it, chord area, ellipse etc. These drawable music elements aren't selectable, but they can't be drawn by a single CADrawableFunctionMark because they're usually dependent on more than one function mark
oCCADrawableKeySignature
oCCADrawableLyricsContext
oCCADrawableMarkDrawable instance of marks This class draws the actual marks on the canvas
oCCADrawableMusElement
oCCADrawableNote
oCCADrawableRest
oCCADrawableSlur
oCCADrawableStaff
oCCADrawableSyllable
oCCADrawableTimeSignature
oCCADrawableTuplet
oCCADrawSettings
oCCADynamicAbsolute dynamic marks
oCCAEngraverClass for correctly placing the abstract notes to the score canvas
oCCAExportBase class for export filters
oCCAExternProgramStart a program as extern background process
oCCAFermataFermata mark
oCCAFileFile import/export base class
oCCAFileFormatsFile formats supported by Canorus This class contains the filters shown in file dialogs (eg. when opening/saving a document) and its internal enumeration values used when storing settings for default or last used filter
oCCAFingeringFinger marks
oCCAFunctionMarkRepresents a function mark in the score
oCCAFunctionMarkContextContext for function marks
oCCAFunctionMarkContextProperties
oCCAGroupBoxToolButton
oCCAHelpBrowser
oCCAHelpCtlClass for showing User's guide, What's new, Did you know tips etc
oCCAImportBase class for import filters
oCCAInstrumentChangeInstrument change during the score
oCCAIntervalMusic interval expressed with diatonical quality and quantity
oCCAKDTreeSpace partitioning structure for fast access to drawable elements on canvas
oCCAKeybdInputMusic input per midi non realtime This class adds score input capability through a connected midi keyboard in non realtime. It allows to use simultaniously the computer mouse and the computer keyboard as usual
oCCAKeySignatureRepresents a key signature sign in the staff
oCCALCDNumber
oCCALilyPondExportLilyPond export filter This class is used to export the document or parts of the document to LilyPond syntax. The most common use is to simply call one of the constructors
oCCALilyPondImport
oCCALyricsContextOne stanza line of lyrics
oCCALyricsContextProperties
oCCAMainWinCanorus main window Class CAMainWin represents Canorus main window. The core layout is generated using the Qt designer's ui/mainwin.ui file. Other widgets (specific toolbars, viewports, plugin menus) are generated manually in-code
oCCAMarkMarks that depend on other music elements
oCCAMenuToolButtonTool button with a menu at the side and a button box when clicked on
oCCAMidiDeviceCanorus<->Midi bridge
oCCAMidiExportMidi file export filter This class is used to export the document or parts of the document to a midi file. The most common use is to simply call one of the constructors
oCCAMidiImport
oCCAMidiImportEvent
oCCAMidiRecorderClass for live recording of the Midi events
oCCAMidiRecorderView
oCCAMimeData
oCCAMusElementAn abstract class which represents every music element in the score
oCCAMusElementFactoryCreation, removal, configuration of music elements
oCCAMusicXmlExport
oCCAMusicXmlImport
oCCANoteRepresents a note in the score
oCCAPDFExportPDF export filter This class is used to export the document or parts of the document to PDF format. The most common use is to simply call the constructor
oCCAPlayablePlayable instances of music elements
oCCAPlayableLengthMusical length of notes and rests
oCCAPlaybackAudio playback of the score. This class creates playback events (usually MIDI events) for the music elements and sends these events to one of the playback devices (usually CAMidiDevice)
oCCAPlugin
oCCAPluginAction
oCCAPluginManager
oCCAPreviewCtl
oCCAPrintCtl
oCCAPropertiesDialogAdvanced Document, Sheet, Staff etc. properties
oCCAPyConsole
oCCAPyConsoleInterface
oCCARepeatMarkRepeat marks like segno, volta, coda etc
oCCAResourceDifferent resources included in the file
oCCAResourceCtlResource control class
oCCAResourceViewTree view of all the resources inside the document
oCCARestRepresents a rest in the score
oCCARitardandoRitardando and Accellerando marks
oCCARtMidiDeviceCanorus wrapper for RtMidi library CARtMidiDevice is a Canorus wrapper class for a cross-platform MIDI library RtMidi written by Gary P. Scavone (http://www.music.mcgill.ca/~gary/rtmidi/)
oCCAScoreViewPort
oCCASettingsClass for storing the Canorus settings
oCCASettingsDialog
oCCASheetRepresents a single sheet of paper in the document
oCCASheetProperties
oCCASlurSlur, Tie, Phrasing slur and Laissez vibrer tie This class represents any type of slur. Holds pointers to the first and last notes
oCCASourceViewPortWidget that shows the current score source in various syntax
oCCAStaffRepresents a staff in the sheet
oCCAStaffProperties
oCCASVGExportSVG export filter This class is used to export the document or parts of the document to SVG format. The most common use is to simply call the constructor
oCCASyllableLyrics under the note
oCCATarClass for the manipulation of tar files
oCCATempoTempo mark
oCCATextText sign
oCCATextEditA text edit widget based on QLineEdit
oCCATimeSignatureRepresents a time signature in the staff
oCCAToolButtonTool button with a menu at the side
oCCAToolButtonPopupContainer for tool button popup widgets
oCCATransposeClass used for transposing a set of notes for the given interval
oCCATransposeView
oCCATupletClass used for tuplets (triplets, duols etc.)
oCCATypesetCtlInterface to start a typesetter in the background
oCCATypesetter
oCCAUndoUndo/Redo support
oCCAUndoCommandInternal Undo/Redo command
oCCAUndoToolButton
oCCAViewPortBase class for various viewports
oCCAViewPortContainerHolds together resizable viewports
oCCAVoiceClass which represents a voice in the staff
oCCAVoiceProperties
oCcode
oCct_data_s
oCgz_header_s
oCinflate_state
oCinternal_state
oCQAction
oCQDialog
oCQDockWidget
oCQLCDNumber
oCQLineEdit
oCQMainWindow
oCQMimeData
oCQObject
oCQSettings
oCQSplitter
oCQTextBrowser
oCQTextEdit
oCQThread
oCQToolButton
oCQTreeWidget
oCQUndoCommand
oCQWidget
oCQXmlDefaultHandler
oCQXmlStreamReader
oCRtErrorException handling class for RtAudio & RtMidi
oCRtMidiAn abstract base class for realtime MIDI input/output
oCRtMidiInA realtime MIDI input class
oCRtMidiOutA realtime MIDI output class
oCtree_desc_s
oCUi_uiDocumentProperties
oCUi_uiFunctionMarkContextProperties
oCUi_uiLyricsContextProperties
oCUi_uiMainWindow
oCUi_uiMidiRecorder
oCUi_uiPropertiesDialog
oCUi_uiSettingsDialog
oCUi_uiSheetProperties
oCUi_uiStaffProperties
oCUi_uiTransposeView
oCUi_uiVoiceProperties
\Cz_stream_s