00001 #ifndef MEASURE_H 00002 #define MEASURE_H 00003 #include "XMLMarker.h" 00004 #include "../kernel/MeasureMC.h" 00005 /*DONT*/ 00006 /****************************************************/ 00010 class Measure:public XMLMarker{ 00011 //AttributesMusic * attributes; 00012 MeasureMusic * measureMusic; 00013 int nbeast; 00014 00015 public: 00016 //AttributesMusic * getAttributes(); 00017 MeasureMusic * getMeasure(); 00018 Measure(XMLMarker *,QString nsp,QString nom,QXmlAttributes xml); 00019 virtual void characters(QString s); 00020 virtual bool endXMLMarker(); 00021 bool isValidDescendant(QString s); 00022 }; 00023 #endif
1.3.6