 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CALCSPANNINGBEAMSPANSFUNCTOR_H__
9 #define __VRV_CALCSPANNINGBEAMSPANSFUNCTOR_H__
44 FunctorCode VisitBeamSpan(
BeamSpan *beamSpan)
override;
59 #endif // __VRV_CALCSPANNINGBEAMSPANSFUNCTOR_H__
This class models the MEI <beamSpan> element.
Definition: beamspan.h:31
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class resolves spanning beamspans by breaking it into separate parts, each belonging to the corr...
Definition: calcspanningbeamspansfunctor.h:25
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: calcspanningbeamspansfunctor.h:38
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151