 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CALCLIGATUREORNEUMEPOSFUNCTOR_H__
9 #define __VRV_CALCLIGATUREORNEUMEPOSFUNCTOR_H__
41 FunctorCode VisitLigature(
Ligature *ligature)
override;
42 FunctorCode VisitNeume(
Neume *neume)
override;
57 #endif // __VRV_CALCLIGATUREORNEUMEPOSFUNCTOR_H__
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class models the MEI <neume> element.
Definition: neume.h:60
This class represents a collection of notes in the same layer with successive onset times,...
Definition: ligature.h:28
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: calcligatureorneumeposfunctor.h:35
This class sets the note position for each note in ligature.
Definition: calcligatureorneumeposfunctor.h:22
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151