00001 #ifndef DEBUGMARK_H 00002 #define DEBUGMARK_H 00003 #include "XMLMarker.h" 00004 #include "Note.h" 00005 /* 00006 * The clef element has a measure parent. DONT 00007 */ 00008 class DebugMark:public XMLMarker{ 00009 QString mark; 00010 public: 00011 DebugMark(XMLMarker *,QString nsp,QString nom,QXmlAttributes xml); 00012 virtual void characters(QString s); 00013 virtual bool endXMLMarker(); 00014 bool isValidDescendant(QString); 00015 }; 00016 #endif
1.3.6