|
| Part (Score *=0) |
| User specified color for helping to label parts. More...
|
|
void | initFromInstrTemplate (const InstrumentTemplate *) |
|
virtual ElementType | type () const override |
|
void | read (XmlReader &) |
|
bool | readProperties (XmlReader &) |
|
void | write (XmlWriter &xml) const |
|
int | nstaves () const |
|
QList< Staff * > * | staves () |
|
const QList< Staff * > * | staves () const |
|
Staff * | staff (int idx) const |
|
void | setId (const QString &s) |
|
QString | id () const |
|
int | startTrack () const |
|
int | endTrack () const |
|
QString | longName (const Fraction &tick={ -1, 1 }) const |
|
QString | shortName (const Fraction &tick={ -1, 1 }) const |
|
QString | instrumentName (const Fraction &tick={ -1, 1 }) const |
|
QString | instrumentId (const Fraction &tick={ -1, 1 }) const |
|
const QList< StaffName > & | longNames (const Fraction &tick={ -1, 1 }) const |
|
const QList< StaffName > & | shortNames (const Fraction &tick={ -1, 1 }) const |
|
void | setLongNames (QList< StaffName > &s, const Fraction &tick={ -1, 1 }) |
|
void | setShortNames (QList< StaffName > &s, const Fraction &tick={ -1, 1 }) |
|
void | setLongName (const QString &s) |
|
void | setShortName (const QString &s) |
|
void | setPlainLongName (const QString &s) |
|
void | setPlainShortName (const QString &s) |
|
void | setStaves (int) |
|
int | midiProgram () const |
|
void | setMidiProgram (int, int bank=0) |
|
int | midiChannel () const |
|
int | midiPort () const |
|
void | setMidiChannel (int ch, int port=-1, const Fraction &tick={-1, 1}) |
|
void | insertStaff (Staff *, int idx) |
|
void | removeStaff (Staff *) |
|
bool | show () const |
|
void | setShow (bool val) |
|
Instrument * | instrument (Fraction={ -1, 1 }) |
|
const Instrument * | instrument (Fraction={ -1, 1 }) const |
|
void | setInstrument (Instrument *, Fraction={ -1, 1}) |
|
void | setInstrument (const Instrument &&, Fraction={ -1, 1 }) |
|
void | setInstrument (const Instrument &, Fraction={ -1, 1 }) |
|
void | removeInstrument (const Fraction &) |
|
const InstrumentList * | instruments () const |
|
void | insertTime (const Fraction &tick, const Fraction &len) |
|
QString | partName () const |
|
void | setPartName (const QString &s) |
|
int | color () const |
|
void | setColor (int value) |
|
QVariant | getProperty (Pid) const override |
|
bool | setProperty (Pid, const QVariant &) override |
|
int | lyricCount () const |
|
int | harmonyCount () const |
|
bool | hasPitchedStaff () const |
|
bool | hasTabStaff () const |
|
bool | hasDrumStaff () const |
|
const Part * | masterPart () const |
|
Part * | masterPart () |
|
| 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 QVariant | propertyDefault (Pid) 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 |
|