Home
last modified time | relevance | path

Searched refs:removeMarkings (Results 1 – 10 of 10) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dchord.h146 void removeMarkings(bool keepTremolo = false) override;
H A Dchordrest.h185 virtual void removeMarkings(bool keepTremolo = false);
H A Drange.cpp428 cr->removeMarkings(true); in writeTuplet()
518 cr->removeMarkings(true); in write()
H A Dchordrest.cpp1349 void ChordRest::removeMarkings(bool /* keepTremolo */) in removeMarkings() function in Ms::ChordRest
H A Dpaste.cpp626 c2->removeMarkings(true); in pasteChordRest()
H A Dchord.cpp2942 void Chord::removeMarkings(bool keepTremolo) in removeMarkings() function in Ms::Chord
2956 ChordRest::removeMarkings(keepTremolo); in removeMarkings()
H A Dedit.cpp1145 nchord2->removeMarkings(true); in regroupNotesAndRests()
/dports/lang/kturtle/kturtle-21.12.3/src/
H A Deditor.h216 void removeMarkings() { in removeMarkings() function
H A Dmainwindow.cpp604 editor->removeMarkings(); in toggleGuiFeedback()
835 editor->removeMarkings(); in run()
951 editor->removeMarkings(); in abort()
H A Deditor.cpp122 removeMarkings(); // removes the character markings if there are any in textChanged()