 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTSTAFFOVERLAPFUNCTOR_H__
9 #define __VRV_ADJUSTSTAFFOVERLAPFUNCTOR_H__
41 FunctorCode VisitStaffAlignment(
StaffAlignment *staffAlignment)
override;
42 FunctorCode VisitSystem(
System *system)
override;
58 #endif // __VRV_ADJUSTSTAFFOVERLAPFUNCTOR_H__
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class calculates the overlap of the staff alignments by looking at the overflow bounding boxes.
Definition: adjuststaffoverlapfunctor.h:22
This class represents a system in a laid-out score (Doc).
Definition: system.h:36
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjuststaffoverlapfunctor.h:35
This class stores an alignement position staves will point to.
Definition: verticalaligner.h:172
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151