Home
last modified time | relevance | path

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

/dports/audio/musescore/MuseScore-3.6.1/mscore/inspector/
H A DinspectorNote.cpp90 n.noteHeadType->addItem(NoteHead::type2userName(NoteHead::Type(i - 1))); in InspectorNote()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnote.h171 static QString type2userName(Type type);
H A Dnote.cpp337 QString NoteHead::type2userName(NoteHead::Type type) in type2userName() function in Ms::NoteHead