 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTDOTSFUNCTOR_H__
9 #define __VRV_ADJUSTDOTSFUNCTOR_H__
41 FunctorCode VisitAlignmentEnd(
Alignment *alignment)
override;
42 FunctorCode VisitLayerElement(
LayerElement *layerElement)
override;
43 FunctorCode VisitMeasure(
Measure *measure)
override;
44 FunctorCode VisitScore(
Score *score)
override;
55 std::vector<int> m_staffNs;
57 std::vector<LayerElement *> m_elements;
59 std::vector<Dots *> m_dots;
64 #endif // __VRV_ADJUSTDOTSFUNCTOR_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
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustdotsfunctor.h:35
This class stores an alignment position elements will point to.
Definition: horizontalaligner.h:73
This class adjusts the position of the dots for multiple layers.
Definition: adjustdotsfunctor.h:22
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