8 #ifndef __VRV_IOCMME_H__
9 #define __VRV_IOCMME_H__
18 #include "pugixml.hpp"
54 bool Import(
const std::string &cmme)
override;
57 void CreateMetadata(pugi::xml_node metadataNode);
58 void CreateSection(pugi::xml_node musicSectionNode);
59 void CreateStaff(pugi::xml_node voiceNode);
60 void CreateApp(pugi::xml_node appNode);
61 void CreateLemOrRdg(pugi::xml_node lemOrRdgNode,
bool isFirst);
63 void ReadEvents(pugi::xml_node eventsNode);
64 void ReadEditorialCommentary(pugi::xml_node evenNode,
Object *
object);
66 void CreateAccid(pugi::xml_node accidNode);
67 void CreateColorChange(pugi::xml_node colorChangeNode);
68 void CreateBarline(pugi::xml_node barlineNode);
69 void CreateBreak(pugi::xml_node breakNode);
70 void CreateChord(pugi::xml_node chordNode);
71 void CreateClef(pugi::xml_node clefNode);
72 void CreateCustos(pugi::xml_node custosNode);
73 void CreateDot(pugi::xml_node dotNode);
74 void CreateEllipsis();
75 void CreateKeySig(pugi::xml_node keyNode);
76 void CreateLacuna(pugi::xml_node lacunaNode);
77 void CreateMensuration(pugi::xml_node mensurationNode);
78 void CreateOriginalText(pugi::xml_node originalTextNode);
79 void CreateProport(pugi::xml_node proportNode);
80 void CreateNote(pugi::xml_node noteNode);
81 void CreateRest(pugi::xml_node restNode);
83 void CreateVerse(pugi::xml_node verseNode);
85 data_DURATION ReadDuration(pugi::xml_node durationNode,
int &num,
int &numbase)
const;
86 bool IsClef(pugi::xml_node clefNode)
const;
92 std::string AsString(
const pugi::xml_node node)
const;
94 std::string ChildAsString(
const pugi::xml_node node,
const std::string &child)
const;
95 int AsInt(
const pugi::xml_node node)
const;
96 int ChildAsInt(
const pugi::xml_node node,
const std::string &child)
const;
102 void PostProcessProport();
112 Object *m_currentContainer;
114 KeySig *m_currentSignature;
120 std::vector<cmme::mensInfo> m_mensInfos;
124 std::string m_currentColor;
129 std::vector<std::string> m_voices;
131 bool m_activeTempoChange;