 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CALCDOTSFUNCTOR_H__
9 #define __VRV_CALCDOTSFUNCTOR_H__
41 FunctorCode VisitChord(
Chord *chord)
override;
42 FunctorCode VisitNote(
Note *note)
override;
43 FunctorCode VisitRest(
Rest *rest)
override;
53 bool IsDotOverlappingWithFlag(
const Note *note,
const int staffSize,
int dotLocShift)
const;
63 data_STEMDIRECTION m_chordStemDir;
68 #endif // __VRV_CALCDOTSFUNCTOR_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 a group of dots as a layer element part and has no direct MEI equivalent.
Definition: elementpart.h:27
This class represents a collection of notes in the same layer with the same onset time.
Definition: chord.h:32
bool ImplementsEndInterface() const override
Return true if the functor implements the end interface.
Definition: calcdotsfunctor.h:35
This class sets the drawing dot positions, including for chords.
Definition: calcdotsfunctor.h:22
This class models the MEI <note> element.
Definition: note.h:47
This class models the MEI <rest> element.
Definition: rest.h:37
This abstract class is the base class for all mutable functors that need access to the document.
Definition: functor.h:151