GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
1 #ifndef GRARNotationElement_H 2 #define GRARNotationElement_H 18 #include "GRNotationElement.h"
parent class for all notation elements.
Definition: GRNotationElement.h:54
GRARNotationElement(const ARMusicalObject *abstractRepresentationOfNotationElement, bool p_ownsAR=false)
virtual bool isChordComma() const
virtual ~GRARNotationElement()
bool mOwnsAR
Definition: GRARNotationElement.h:40
const ARMusicalObject * mAbstractRepresentation
Definition: GRARNotationElement.h:39
virtual const ARMusicalObject * getAbstractRepresentation()
The base class for all AR objects. It contains all musical information : duration and time position.
Definition: ARMusicalObject.h:33
This class is the base class for all graphical elements that have a direct counterpart in the Abstrac...
Definition: GRARNotationElement.h:25
virtual void setOwnership(bool ownsAR)
Definition: GRARNotationElement.h:35