GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
1 #ifndef GRCompositeNotationElement_H 2 #define GRCompositeNotationElement_H 18 #include "GRNotationElement.h" 19 #include "GUIDOTypes.h" 20 #include "NEPointerList.h"
NEPointerList * getElements()
Definition: GRCompositeNotationElement.h:37
virtual void updateBoundingBox()=0
virtual void setGRStaff(GRStaff *stf)
parent class for all notation elements.
Definition: GRNotationElement.h:54
const NEPointerList & getElements() const
Definition: GRCompositeNotationElement.h:38
virtual ~GRCompositeNotationElement()
A GRStaff represents a single line of music.
Definition: GRStaff.h:181
GRCompositeNotationElement()
not yet documented
Definition: GRCompositeNotationElement.h:24
virtual GuidoPos AddTail(GRNotationElement *)
NEPointerList mCompElements
Definition: GRCompositeNotationElement.h:41
Definition: NEPointerList.h:34