Go to the source code of this file.
|
Element * | Ms::readArticulation (Element *parent, XmlReader &e) |
|
void | Ms::readAccidental206 (Accidental *a, XmlReader &e) |
|
void | Ms::setPageFormat (MStyle *style, const PageFormat &pf) |
|
void | Ms::initPageFormat (MStyle *style, PageFormat *pf) |
|
void | Ms::readTextStyle206 (MStyle *style, XmlReader &e, std::map< QString, std::map< Sid, QVariant >> &excessStyles) |
|
void | Ms::readTextLine206 (XmlReader &e, TextLineBase *tlb) |
|
void | Ms::readTrill206 (XmlReader &e, Trill *t) |
|
void | Ms::readHairpin206 (XmlReader &e, Hairpin *h) |
|
void | Ms::readSlur206 (XmlReader &e, Slur *s) |
|
void | Ms::readTie206 (XmlReader &e, Tie *t) |
|
bool | Ms::readNoteProperties206 (Note *note, XmlReader &e) |
|
bool | Ms::readDurationProperties206 (XmlReader &e, DurationElement *de) |
|
bool | Ms::readTupletProperties206 (XmlReader &e, Tuplet *de) |
|
bool | Ms::readChordRestProperties206 (XmlReader &e, ChordRest *ch) |
|
bool | Ms::readChordProperties206 (XmlReader &e, Chord *ch) |
|