00001 #ifndef STEMGROUPSMC_H 00002 #define STEMGROUPSMC_H 00003 #include <qptrlist.h> 00004 #include "GroupedStemsMC.h" 00009 class StemGroupsMC{ 00010 QPtrList<GroupedStemsMC> groupedStems; 00011 public: 00012 void append(GroupedStemsMC *); 00013 GroupedStemsMC * at(int ); 00014 int count(); 00015 StemGroupsMC(); 00016 int containsNote(NoteMusic *); 00017 QString toString(); 00018 }; 00019 #endif
1.3.6