 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CALCSLURDIRECTIONFUNCTOR_H__
9 #define __VRV_CALCSLURDIRECTIONFUNCTOR_H__
41 FunctorCode VisitLayerElement(
LayerElement *layerElement)
override;
42 FunctorCode VisitSlur(
Slur *slur)
override;
49 curvature_CURVEDIR GetGraceCurveDirection(
const Slur *slur)
const;
51 curvature_CURVEDIR GetPreferredCurveDirection(
52 const Slur *slur, data_STEMDIRECTION noteStemDir,
bool isAboveStaffCenter,
bool isGraceToNoteSlur)
const;
62 #endif // __VRV_CALCSLURDIRECTIONFUNCTOR_H__
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: calcslurdirectionfunctor.h:35
This class calculates the slur direction.
Definition: calcslurdirectionfunctor.h:22
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151