 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTARPEGFUNCTOR_H__
9 #define __VRV_ADJUSTARPEGFUNCTOR_H__
41 FunctorCode VisitAlignment(
Alignment *alignment)
override;
42 FunctorCode VisitArpeg(
Arpeg *arpeg)
override;
43 FunctorCode VisitMeasureEnd(
Measure *measure)
override;
54 ArrayOfAlignmentArpegTuples m_alignmentArpegTuples;
61 #endif // __VRV_ADJUSTARPEGFUNCTOR_H__
This class represents a measure in a page-based score (Doc).
Definition: measure.h:37
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustarpegfunctor.h:35
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class models the MEI <arpeg> element.
Definition: arpeg.h:26
This class stores an alignment position elements will point to.
Definition: horizontalaligner.h:73
This class aligns the content of a measure It contains a vector of Alignment.
Definition: horizontalaligner.h:425
This class adjusts the Arpeg position.
Definition: adjustarpegfunctor.h:22
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151