 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CALCALIGNMENTPITCHPOSFUNCTOR_H__
9 #define __VRV_CALCALIGNMENTPITCHPOSFUNCTOR_H__
42 FunctorCode VisitLayerElement(
LayerElement *layerElement)
override;
43 FunctorCode VisitScore(
Score *score)
override;
44 FunctorCode VisitScoreDef(
ScoreDef *scoreDef)
override;
45 FunctorCode VisitStaffDef(
StaffDef *staffDef)
override;
56 data_OCTAVE m_octDefault;
58 std::map<int, data_OCTAVE> m_octDefaultForStaffN;
63 #endif // __VRV_CALCALIGNMENTPITCHPOSFUNCTOR_H__
This class represents a MEI staffDef.
Definition: staffdef.h:26
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class calculates the drawing position (m_drawingX and m_drawingY) values for objects.
Definition: calcalignmentpitchposfunctor.h:23
This class represents a MEI scoreDef.
Definition: scoredef.h:129
This class represent a <score> in MEI.
Definition: score.h:30
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: calcalignmentpitchposfunctor.h:36