00001 #ifndef RESTMUSIC_H 00002 #define RESTMUSIC_H 00003 #include "NoteMC.h" 00007 class RestMusic:public NoteMusic 00008 { 00009 //QString ltype; 00010 public: 00011 RestMusic (int nstaff, QString t, int duration, bool d); 00012 QString getSymbolName(); 00013 int groupStemable(); 00014 int simpleStemable(); 00015 QString getType(); 00016 QString toString(); 00017 }; 00018 #endif
1.3.6