 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTGRACEXPOSFUNCTOR_H__
9 #define __VRV_ADJUSTGRACEXPOSFUNCTOR_H__
43 FunctorCode VisitAlignment(
Alignment *alignment)
override;
44 FunctorCode VisitAlignmentEnd(
Alignment *alignment)
override;
46 FunctorCode VisitLayerElement(
LayerElement *layerElement)
override;
47 FunctorCode VisitMeasure(
Measure *measure)
override;
48 FunctorCode VisitScore(
Score *score)
override;
59 std::vector<int> m_staffNs;
63 int m_graceUpcomingMaxPos;
65 int m_graceCumulatedXShift;
67 bool m_isGraceAlignment;
69 MeasureTieEndpoints m_measureTieEndpoints;
76 #endif // __VRV_ADJUSTGRACEXPOSFUNCTOR_H__
This class represents a measure in a page-based score (Doc).
Definition: measure.h:37
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class stores a references of LayerElements for a staff.
Definition: horizontalaligner.h:290
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustgracexposfunctor.h:37
This class stores an alignment position elements will point to.
Definition: horizontalaligner.h:73
This class adjusts the X positions of the grace notes looking at the bounding boxes.
Definition: adjustgracexposfunctor.h:24
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