 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ADJUSTBEAMSFUNCTOR_H__
9 #define __VRV_ADJUSTBEAMSFUNCTOR_H__
41 FunctorCode VisitBeam(
Beam *beam)
override;
42 FunctorCode VisitBeamEnd(
Beam *beam)
override;
43 FunctorCode VisitClef(
Clef *clef)
override;
44 FunctorCode VisitFTrem(
FTrem *fTrem)
override;
45 FunctorCode VisitFTremEnd(
FTrem *fTrem)
override;
46 FunctorCode VisitLayerElement(
LayerElement *layerElement)
override;
47 FunctorCode VisitRest(
Rest *rest)
override;
60 int CalcLayerOverlap(
const LayerElement *beamElement)
const;
63 int AdjustOverlapToHalfUnit(
int overlap,
int unit)
const;
89 #endif // __VRV_ADJUSTBEAMSFUNCTOR_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 <fTrem> element.
Definition: ftrem.h:25
This class calculates the vertical position adjustment for beams if they overlap with layer elements.
Definition: adjustbeamsfunctor.h:22
This class models the MEI <clef> element.
Definition: clef.h:27
This class is an interface for MEI beam elements (beam, beamSpan).
Definition: drawinginterface.h:97
This class models the MEI <rest> element.
Definition: rest.h:37
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: adjustbeamsfunctor.h:35
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151