Home
last modified time | relevance | path

Searched refs:name2group (Results 1 – 4 of 4) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Ddrumset.cpp93 _drum[pitch].notehead = NoteHead::name2group(e.readElementText()); in readProperties()
H A Dnote.h176 static Group name2group(const QString& s);
H A Dproperty.cpp562 return QVariant::fromValue(NoteHead::name2group(value)); in propertyFromString()
H A Dnote.cpp386 NoteHead::Group NoteHead::name2group(const QString& s) in name2group() function in Ms::NoteHead