00001 #ifndef PART_H 00002 #define PART_H 00003 #include "XMLMarker.h" 00004 #include "../kernel/PartMC.h" 00005 /*DONT*/ 00006 /****************************************************/ 00007 class Part:public XMLMarker{ 00008 PartMusic* part; 00009 public: 00010 PartMusic* getPart(); 00011 Part(XMLMarker *,QString nsp,QString nom,QXmlAttributes xml); 00012 virtual void characters(QString s); 00013 bool endXMLMarker(); 00014 bool isValidDescendant(QString s); 00015 }; 00016 #endif
1.3.6