Home
last modified time | relevance | path

Searched refs:ChangeTextLineProperty (Results 1 – 3 of 3) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dtextline.cpp328 score()->undo(new ChangeTextLineProperty(this, v)); in undoChangeProperty()
330 score()->undo(new ChangeTextLineProperty(s, v)); in undoChangeProperty()
H A Dundo.h1076 class ChangeTextLineProperty : public ChangeProperty {
1081 ChangeTextLineProperty(ScoreElement* e, QVariant v) in ChangeTextLineProperty() function
H A Dundo.cpp2274 void ChangeTextLineProperty::flip(EditData* ed) in flip()