00001 #ifndef TIME_H 00002 #define TIME_H 00003 #include "XMLMarker.h" 00004 #include "../kernel/TimeMC.h" 00005 /*DONT*/ 00006 /****************************************************/ 00007 class Time:public XMLMarker{ 00008 public: 00009 int beats; 00010 int beatType; 00011 Time(XMLMarker *,QString nsp,QString nom,QXmlAttributes xml); 00012 virtual void characters(QString s); 00013 virtual bool endXMLMarker(); 00014 }; 00015 #endif
1.3.6