|
| | Staff (Score *score=0) |
| |
| void | init (const InstrumentTemplate *, const StaffType *staffType, int) |
| |
| void | initFromStaffType (const StaffType *staffType) |
| |
| void | init (const Staff *) |
| |
| virtual ElementType | type () const override |
| |
| bool | isTop () const |
| |
| QString | partName () const |
| |
| int | rstaff () const |
| |
| int | idx () const |
| |
| void | read (XmlReader &) |
| |
| bool | readProperties (XmlReader &) |
| |
| void | write (XmlWriter &xml) const |
| |
| Part * | part () const |
| |
| void | setPart (Part *p) |
| |
| BracketType | bracketType (int idx) const |
| |
| int | bracketSpan (int idx) const |
| |
| void | setBracketType (int idx, BracketType val) |
| |
| void | setBracketSpan (int idx, int val) |
| |
| void | swapBracket (int oldIdx, int newIdx) |
| |
| void | changeBracketColumn (int oldColumn, int newColumn) |
| |
| void | addBracket (BracketItem *) |
| |
| const QList< BracketItem * > & | brackets () const |
| |
| QList< BracketItem * > & | brackets () |
| |
| void | cleanupBrackets () |
| |
| int | bracketLevels () const |
| |
| ClefList & | clefList () |
| |
| ClefTypeList | clefType (const Fraction &) const |
| |
| ClefTypeList | defaultClefType () const |
| |
| void | setDefaultClefType (const ClefTypeList &l) |
| |
| ClefType | clef (const Fraction &) const |
| |
| Fraction | nextClefTick (const Fraction &) const |
| |
| Fraction | currentClefTick (const Fraction &) const |
| |
| void | setClef (Clef *) |
| |
| void | removeClef (const Clef *) |
| |
| void | addTimeSig (TimeSig *) |
| |
| void | removeTimeSig (TimeSig *) |
| |
| void | clearTimeSig () |
| |
| Fraction | timeStretch (const Fraction &) const |
| |
| TimeSig * | timeSig (const Fraction &) const |
| |
| TimeSig * | nextTimeSig (const Fraction &) const |
| |
| Fraction | currentTimeSigTick (const Fraction &) const |
| |
| bool | isLocalTimeSignature (const Fraction &tick) |
| |
| const Groups & | group (const Fraction &) const |
| |
| KeyList * | keyList () |
| |
| Key | key (const Fraction &tick) const |
| |
| KeySigEvent | keySigEvent (const Fraction &) const |
| |
| Fraction | nextKeyTick (const Fraction &) const |
| |
| Fraction | currentKeyTick (const Fraction &) const |
| |
| KeySigEvent | prevKey (const Fraction &) const |
| |
| void | setKey (const Fraction &, KeySigEvent) |
| |
| void | removeKey (const Fraction &) |
| |
| bool | show () const |
| |
| bool | stemless (const Fraction &) const |
| |
| bool | invisible () const |
| |
| void | setInvisible (bool val) |
| |
| bool | cutaway () const |
| |
| void | setCutaway (bool val) |
| |
| bool | showIfEmpty () const |
| |
| void | setShowIfEmpty (bool val) |
| |
| bool | hideSystemBarLine () const |
| |
| void | setHideSystemBarLine (bool val) |
| |
| HideMode | hideWhenEmpty () const |
| |
| void | setHideWhenEmpty (HideMode v) |
| |
| int | barLineSpan () const |
| |
| int | barLineFrom () const |
| |
| int | barLineTo () const |
| |
| void | setBarLineSpan (int val) |
| |
| void | setBarLineFrom (int val) |
| |
| void | setBarLineTo (int val) |
| |
| qreal | height () const |
| |
| int | channel (const Fraction &, int voice) const |
| |
| void | clearChannelList (int voice) |
| |
| void | insertIntoChannelList (int voice, const Fraction &tick, int channelId) |
| |
| SwingParameters | swing (const Fraction &) const |
| |
| void | clearSwingList () |
| |
| void | insertIntoSwingList (const Fraction &tick, SwingParameters sp) |
| |
| int | capo (const Fraction &) const |
| |
| void | clearCapoList () |
| |
| void | insertIntoCapoList (const Fraction &tick, int fretId) |
| |
| const StaffType * | staffType (const Fraction &) const |
| |
| const StaffType * | constStaffType (const Fraction &) const |
| |
| StaffType * | staffType (const Fraction &) |
| |
| StaffType * | setStaffType (const Fraction &, const StaffType &) |
| |
| void | removeStaffType (const Fraction &) |
| |
| void | staffTypeListChanged (const Fraction &) |
| |
| bool | isPitchedStaff (const Fraction &) const |
| |
| bool | isTabStaff (const Fraction &) const |
| |
| bool | isDrumStaff (const Fraction &) const |
| |
| int | lines (const Fraction &) const |
| |
| void | setLines (const Fraction &, int lines) |
| |
| qreal | lineDistance (const Fraction &) const |
| |
| void | setSlashStyle (const Fraction &, bool val) |
| |
| int | middleLine (const Fraction &) const |
| |
| int | bottomLine (const Fraction &) const |
| |
| qreal | userMag (const Fraction &) const |
| |
| void | setUserMag (const Fraction &, qreal m) |
| |
| qreal | mag (const Fraction &) const |
| |
| bool | small (const Fraction &) const |
| |
| void | setSmall (const Fraction &, bool val) |
| |
| qreal | spatium (const Fraction &) const |
| |
| VeloList & | velocities () |
| |
| PitchList & | pitchOffsets () |
| |
| int | pitchOffset (const Fraction &tick) |
| |
| void | updateOttava () |
| |
| QList< Staff * > | staffList () const |
| |
| bool | primaryStaff () const |
| | if there are linked staves, the primary staff is the one who is played back and it's not a tab staff because we don't have enough information to play e.g ornaments. More...
|
| |
| qreal | userDist () const |
| |
| void | setUserDist (qreal val) |
| |
| void | spatiumChanged (qreal, qreal) |
| |
| void | localSpatiumChanged (double oldVal, double newVal, Fraction tick) |
| |
| bool | genKeySig () |
| |
| bool | showLedgerLines (const Fraction &) const |
| |
| QColor | color () const |
| |
| void | setColor (const QColor &val) |
| |
| void | undoSetColor (const QColor &val) |
| |
| void | insertTime (const Fraction &, const Fraction &len) |
| |
| virtual QVariant | getProperty (Pid) const override |
| |
| virtual bool | setProperty (Pid, const QVariant &) override |
| |
| virtual QVariant | propertyDefault (Pid) const override |
| |
| BracketType | innerBracket () const |
| |
| bool | playbackVoice (int voice) const |
| |
| void | setPlaybackVoice (int voice, bool val) |
| |
| void | dumpClefs (const char *title) const |
| |
| void | dumpKeys (const char *title) const |
| |
| void | dumpTimeSigs (const char *) const |
| |
| void | triggerLayout () |
| |
| void | triggerLayout (const Fraction &tick) |
| |
| | ScoreElement (Score *s) |
| |
| | ScoreElement (const ScoreElement &se) |
| |
| virtual | ~ScoreElement () |
| |
| Score * | score () const |
| |
| MasterScore * | masterScore () const |
| |
| virtual void | setScore (Score *s) |
| |
| const char * | name () const |
| |
| virtual QString | userName () const |
| |
| virtual void | resetProperty (Pid id) |
| |
| QVariant | propertyDefault (Pid pid, Tid tid) const |
| |
| virtual bool | sizeIsSpatiumDependent () const |
| |
| virtual void | reset () |
| |
| virtual Pid | propertyId (const QStringRef &xmlName) const |
| |
| virtual QString | propertyUserValue (Pid) const |
| |
| virtual void | initElementStyle (const ElementStyle *) |
| |
| virtual const ElementStyle * | styledProperties () const |
| |
| virtual PropertyFlags * | propertyFlagsList () const |
| |
| virtual PropertyFlags | propertyFlags (Pid) const |
| |
| bool | isStyled (Pid pid) const |
| |
| QVariant | styleValue (Pid, Sid) const |
| |
| void | setPropertyFlags (Pid, PropertyFlags) |
| |
| virtual Sid | getPropertyStyle (Pid) const |
| |
| bool | readProperty (const QStringRef &, XmlReader &, Pid) |
| |
| void | readProperty (XmlReader &, Pid) |
| |
| bool | readStyledProperty (XmlReader &e, const QStringRef &tag) |
| |
| virtual void | readAddConnector (ConnectorInfoReader *info, bool pasteMode) |
| |
| virtual void | styleChanged () |
| |
| virtual void | undoChangeProperty (Pid id, const QVariant &, PropertyFlags ps) |
| |
| void | undoChangeProperty (Pid id, const QVariant &) |
| |
| void | undoResetProperty (Pid id) |
| |
| void | undoPushProperty (Pid) |
| |
| void | writeProperty (XmlWriter &xml, Pid id) const |
| |
| void | writeStyledProperties (XmlWriter &) const |
| |
| QList< ScoreElement * > | linkList () const |
| |
| void | linkTo (ScoreElement *) |
| |
| void | unlink () |
| |
| bool | isLinked (ScoreElement *) |
| | return true if se is different and linked to this element More...
|
| |
| virtual void | undoUnlink () |
| |
| int | lid () const |
| |
| LinkedElements * | links () const |
| |
| void | setLinks (LinkedElements *le) |
| |
| bool | isNote () const |
| |
| bool | isRest () const |
| |
| bool | isChord () const |
| |
| bool | isBarLine () const |
| |
| bool | isArticulation () const |
| |
| bool | isFermata () const |
| |
| bool | isMarker () const |
| |
| bool | isClef () const |
| |
| bool | isKeySig () const |
| |
| bool | isTimeSig () const |
| |
| bool | isMeasure () const |
| |
| bool | isTempoText () const |
| |
| bool | isBreath () const |
| |
| bool | isHBox () const |
| |
| bool | isVBox () const |
| |
| bool | isTBox () const |
| |
| bool | isFBox () const |
| |
| bool | isTie () const |
| |
| bool | isSlur () const |
| |
| bool | isGlissando () const |
| |
| bool | isGlissandoSegment () const |
| |
| bool | isSystemDivider () const |
| |
| bool | isRehearsalMark () const |
| |
| bool | isHarmony () const |
| |
| bool | isVolta () const |
| |
| bool | isJump () const |
| |
| bool | isOttava () const |
| |
| bool | isLayoutBreak () const |
| |
| bool | isSegment () const |
| |
| bool | isTremolo () const |
| |
| bool | isSystem () const |
| |
| bool | isLyrics () const |
| |
| bool | isStem () const |
| |
| bool | isBeam () const |
| |
| bool | isHook () const |
| |
| bool | isStemSlash () const |
| |
| bool | isSlurSegment () const |
| |
| bool | isTieSegment () const |
| |
| bool | isSpacer () const |
| |
| bool | isStaffLines () const |
| |
| bool | isAmbitus () const |
| |
| bool | isBracket () const |
| |
| bool | isInstrumentChange () const |
| |
| bool | isStaffTypeChange () const |
| |
| bool | isHairpin () const |
| |
| bool | isHairpinSegment () const |
| |
| bool | isBend () const |
| |
| bool | isTremoloBar () const |
| |
| bool | isRepeatMeasure () const |
| |
| bool | isTuplet () const |
| |
| bool | isNoteDot () const |
| |
| bool | isDynamic () const |
| |
| bool | isInstrumentName () const |
| |
| bool | isAccidental () const |
| |
| bool | isTextLine () const |
| |
| bool | isTextLineSegment () const |
| |
| bool | isPedal () const |
| |
| bool | isPedalSegment () const |
| |
| bool | isOttavaSegment () const |
| |
| bool | isLedgerLine () const |
| |
| bool | isIcon () const |
| |
| bool | isVoltaSegment () const |
| |
| bool | isNoteLine () const |
| |
| bool | isTrill () const |
| |
| bool | isTrillSegment () const |
| |
| bool | isLetRing () const |
| |
| bool | isLetRingSegment () const |
| |
| bool | isVibrato () const |
| |
| bool | isPalmMute () const |
| |
| bool | isPalmMuteSegment () const |
| |
| bool | isVibratoSegment () const |
| |
| bool | isSymbol () const |
| |
| bool | isFSymbol () const |
| |
| bool | isFingering () const |
| |
| bool | isNoteHead () const |
| |
| bool | isLyricsLine () const |
| |
| bool | isLyricsLineSegment () const |
| |
| bool | isFiguredBass () const |
| |
| bool | isStaffState () const |
| |
| bool | isArpeggio () const |
| |
| bool | isImage () const |
| |
| bool | isChordLine () const |
| |
| bool | isFretDiagram () const |
| |
| bool | isPage () const |
| |
| bool | isText () const |
| |
| bool | isMeasureNumber () const |
| |
| bool | isStaffText () const |
| |
| bool | isSystemText () const |
| |
| bool | isBracketItem () const |
| |
| bool | isScore () const |
| |
| bool | isStaff () const |
| |
| bool | isPart () const |
| |
| bool | isBagpipeEmbellishment () const |
| |
| bool | isLasso () const |
| |
| bool | isSticking () const |
| |
| virtual bool | isElement () const |
| |
| bool | isChordRest () const |
| |
| bool | isDurationElement () const |
| |
| bool | isSlurTieSegment () const |
| |
| bool | isSLineSegment () const |
| |
| bool | isBox () const |
| |
| bool | isVBoxBase () const |
| |
| bool | isMeasureBase () const |
| |
| bool | isTextBase () const |
| |
| bool | isTextLineBaseSegment () const |
| |
| bool | isLineSegment () const |
| |
| bool | isSpannerSegment () const |
| |
| bool | isBSymbol () const |
| |
| bool | isTextLineBase () const |
| |
| bool | isSLine () const |
| |
| bool | isSpanner () const |
| |
| bool | isStaffTextBase () const |
| |
Global staff data not directly related to drawing.