 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTHARMGRPSSPACINGFUNCTOR_H__
9 #define __VRV_ADJUSTHARMGRPSSPACINGFUNCTOR_H__
41 FunctorCode VisitHarm(
Harm *harm)
override;
42 FunctorCode VisitMeasureEnd(
Measure *measure)
override;
43 FunctorCode VisitSystem(
System *system)
override;
44 FunctorCode VisitSystemEnd(
System *system)
override;
55 std::vector<int> m_grpIds;
59 ArrayOfAdjustmentTuples m_overlappingHarm;
72 #endif // __VRV_ADJUSTHARMGRPSSPACINGFUNCTOR_H__
This class represents a measure in a page-based score (Doc).
Definition: measure.h:37
This class adjusts the horizontal position of harms by groups in order to avoid overlapping.
Definition: adjustharmgrpsspacingfunctor.h:22
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: adjustharmgrpsspacingfunctor.h:35
This class represents a system in a laid-out score (Doc).
Definition: system.h:36
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
This class models the MEI <harm> element.
Definition: harm.h:27
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151
This class represents a basic object in the layout domain.
Definition: floatingobject.h:165