 |
Verovio
Source code documentation
|
8 #ifndef __VRV_SYLLABLE_H__
9 #define __VRV_SYLLABLE_H__
11 #include "atts_shared.h"
12 #include "layerelement.h"
20 class ScoreDefInterface;
36 void Reset()
override;
37 std::string GetClassName()
const override {
return "syllable"; }
61 FunctorCode AcceptEnd(
Functor &functor)
override;
62 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
Object * Clone() const override
Method call for copying child classes.
Definition: syllable.h:35
This class models the MEI <mensur> element.
Definition: syllable.h:25
This class represents a basic object.
Definition: object.h:59
bool MarkupAddSyl()
Add a default syl to this syllable if one does not exist.
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
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.
This abstract class is the base class for all const functors.
Definition: functor.h:126
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: syllable.h:47
bool IsSupportedChild(ClassId classId) override
Add an element (a note or a rest) to a syllable.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46