 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTYPOSFUNCTOR_H__
9 #define __VRV_ADJUSTYPOSFUNCTOR_H__
41 FunctorCode VisitDiv(
Div *div)
override;
42 FunctorCode VisitStaffAlignment(
StaffAlignment *staffAlignment)
override;
43 FunctorCode VisitSystem(
System *system)
override;
83 FunctorCode VisitChord(
Chord *chord)
override;
84 FunctorCode VisitSystem(
System *system)
override;
99 #endif // __VRV_ADJUSTYPOSFUNCTOR_H__
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustyposfunctor.h:35
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class represents an MEI Div.
Definition: div.h:24
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustyposfunctor.h:77
This class represents a collection of notes in the same layer with the same onset time.
Definition: chord.h:32
This class represents a system in a laid-out score (Doc).
Definition: system.h:36
This class adjusts the position of the StaffAlignment.
Definition: adjustyposfunctor.h:22
This class stores an alignement position staves will point to.
Definition: verticalaligner.h:172
This class adjusts the position of cross-staff elements after the adjustment of the staves.
Definition: adjustyposfunctor.h:64
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151