 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTCLEFCHANGESFUNCTOR_H__
9 #define __VRV_ADJUSTCLEFCHANGESFUNCTOR_H__
41 FunctorCode VisitClef(
Clef *clef)
override;
42 FunctorCode VisitMeasure(
Measure *measure)
override;
58 #endif // __VRV_ADJUSTCLEFCHANGESFUNCTOR_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 adjusts the spacing for clef changes.
Definition: adjustclefchangesfunctor.h:22
This class models the MEI <clef> element.
Definition: clef.h:27
This class aligns the content of a measure It contains a vector of Alignment.
Definition: horizontalaligner.h:425
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustclefchangesfunctor.h:35
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151