 |
Verovio
Source code documentation
|
8 #ifndef __VRV_LIGATURE_H__
9 #define __VRV_LIGATURE_H__
11 #include "atts_mensural.h"
12 #include "drawinginterface.h"
13 #include "layerelement.h"
38 void Reset()
override;
39 std::string GetClassName()
const override {
return "ligature"; }
57 const Note *GetLastNote()
const;
63 int GetDrawingNoteShape(
const Note *note)
const;
75 FunctorCode AcceptEnd(
Functor &functor)
override;
76 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
83 void FilterList(ListOfConstObjects &childList)
const override;
89 std::vector<int> m_drawingShapes;
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: ligature.h:43
This class represents a basic object.
Definition: object.h:59
void Reset() override
Virtual reset method.
This class represents a collection of notes in the same layer with successive onset times,...
Definition: ligature.h:28
bool IsSupportedChild(ClassId classId) override
Add children (notes or editorial markup)
Object * Clone() const override
Method call for copying child classes.
Definition: ligature.h:37
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is an pseudo interface for elements maintaining a flat list of children LayerElement for p...
Definition: object.h:873
This class models the MEI <note> element.
Definition: note.h:47
This abstract class is the base class for all const functors.
Definition: functor.h:126
void FilterList(ListOfConstObjects &childList) const override
Filter the flat list and keep only Note elements.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
Note * GetFirstNote()
Return the first or last note.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46