Home
last modified time | relevance | path

Searched refs:_graceNotes (Results 1 – 2 of 2) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dchord.h66 QVector<Chord*> _graceNotes; variable
148 const QVector<Chord*>& graceNotes() const { return _graceNotes; } in graceNotes()
149 QVector<Chord*>& graceNotes() { return _graceNotes; } in graceNotes()
H A Dchord.cpp358 qDeleteAll(_graceNotes); in ~Chord()
574 _graceNotes.insert(_graceNotes.begin() + idx, gc); in add()
655 auto i = std::find(_graceNotes.begin(), _graceNotes.end(), toChord(e)); in remove()
658 _graceNotes.erase(i); in remove()
978 for (Chord* c : _graceNotes) { in write()
1535 for (Chord* c : qAsConst(_graceNotes)) in layoutStem()
1660 for (Chord* c : qAsConst(_graceNotes)) in layout2()
1837 for (Chord* c : qAsConst(_graceNotes)) { in layoutPitched()
2138 for (Chord* c : qAsConst(_graceNotes)) in layoutTablature()
3014 for (Chord* c : _graceNotes) { in graceNotesBefore()
[all …]