MuseScore  3.4
Music composition and notation
Classes | Namespaces | Functions
read206.cpp File Reference
#include "xml.h"
#include "score.h"
#include "staff.h"
#include "revisions.h"
#include "part.h"
#include "page.h"
#include "style.h"
#include "sym.h"
#include "arpeggio.h"
#include "audio.h"
#include "sig.h"
#include "barline.h"
#include "measure.h"
#include "ambitus.h"
#include "bend.h"
#include "chordline.h"
#include "hook.h"
#include "tuplet.h"
#include "systemdivider.h"
#include "spacer.h"
#include "keysig.h"
#include "stafftext.h"
#include "dynamic.h"
#include "drumset.h"
#include "timesig.h"
#include "slur.h"
#include "tie.h"
#include "chord.h"
#include "rest.h"
#include "breath.h"
#include "repeat.h"
#include "utils.h"
#include "read206.h"
#include "excerpt.h"
#include "articulation.h"
#include "volta.h"
#include "pedal.h"
#include "hairpin.h"
#include "glissando.h"
#include "ottava.h"
#include "trill.h"
#include "rehearsalmark.h"
#include "box.h"
#include "textframe.h"
#include "textline.h"
#include "fingering.h"
#include "fermata.h"
#include "image.h"
#include "stem.h"
#include "stemslash.h"
#include "undo.h"
#include "lyrics.h"
#include "tempotext.h"
#include "measurenumber.h"
#include "marker.h"

Classes

struct  Ms::StyleVal2
 
struct  Ms::ArticulationNames
 

Namespaces

 Ms
 
 

Functions

void Ms::setPageFormat (MStyle *style, const PageFormat &pf)
 
void Ms::initPageFormat (MStyle *style, PageFormat *pf)
 
void Ms::readPageFormat (MStyle *style, XmlReader &e)
 
void Ms::readTextStyle206 (MStyle *style, XmlReader &e, std::map< QString, std::map< Sid, QVariant >> &excessStyles)
 
void Ms::readAccidental206 (Accidental *a, XmlReader &e)
 
SymId Ms::oldArticulationNames2SymId (const QString &)
 
void Ms::readPart206 (Part *part, XmlReader &e)
 
bool Ms::readNoteProperties206 (Note *note, XmlReader &e)
 
void Ms::readTempoText (TempoText *t, 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)
 
void Ms::readHairpin206 (XmlReader &e, Hairpin *h)
 
void Ms::readTrill206 (XmlReader &e, Trill *t)
 
void Ms::readTextLine206 (XmlReader &e, TextLineBase *tlb)
 
Element * Ms::readArticulation (Element *parent, XmlReader &e)
 
void Ms::readSlur206 (XmlReader &e, Slur *s)
 
void Ms::readTie206 (XmlReader &e, Tie *t)