Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | Related Pages

GroupedStemsMC.h

00001 #ifndef STEMSMC_H
00002 #define STEMSMC_H
00003 #include <qptrlist.h>
00004 #include "NoteMC.h"
00009 class GroupedStemsMC: public QPtrList<NoteMusic>{
00010 
00011 int poids;
00012 bool lIsTuplet;
00013 public:
00014 void setTuplet();
00015 bool isTuplet();
00016 GroupedStemsMC();
00017 int getWeight();
00018 bool isHeterogen();
00019 void checkAndFixDirections();
00020 void add(NoteMusic *, int weight);
00021 QString toString();
00022 };
00023 #endif

Generated on Tue Jun 1 21:13:29 2004 for Alternate Take by doxygen 1.3.6