 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTACCIDXFUNCTOR_H__
9 #define __VRV_ADJUSTACCIDXFUNCTOR_H__
41 FunctorCode VisitAlignment(
Alignment *alignment)
override;
43 FunctorCode VisitMeasure(
Measure *measure)
override;
52 std::vector<Accid *> GetAccidentalsForAdjustment(
AlignmentReference *alignmentReference)
const;
72 std::set<Accid *> m_adjustedAccids;
77 #endif // __VRV_ADJUSTACCIDXFUNCTOR_H__
This class represents a measure in a page-based score (Doc).
Definition: measure.h:37
This class adjusts the X position of accidentals.
Definition: adjustaccidxfunctor.h:22
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 <accid> element.
Definition: accid.h:27
This class stores a references of LayerElements for a staff.
Definition: horizontalaligner.h:290
This class stores an alignment position elements will point to.
Definition: horizontalaligner.h:73
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustaccidxfunctor.h:35
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151