 |
Verovio
Source code documentation
|
11 #include "atts_externalsymbols.h"
12 #include "atts_shared.h"
13 #include "layerelement.h"
18 class ScoreDefInterface;
31 public AttEnclosingChars,
33 public AttExtSymNames,
36 public AttOctaveDisplacement,
39 public AttVisibility {
49 void Reset()
override;
50 std::string GetClassName()
const override {
return "clef"; }
71 char32_t
GetClefGlyph(
const data_NOTATIONTYPE notationType)
const;
83 FunctorCode AcceptEnd(
Functor &functor)
override;
84 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
char32_t GetClefGlyph(const data_NOTATIONTYPE notationType) const
Retrieves the appropriate SMuFL code for a data_CLEFSHAPE.
Object * GetParent()
Get the parent of the Object.
Definition: object.h:379
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: clef.h:54
This class represents a basic object.
Definition: object.h:59
Object * GetFirstAncestor(const ClassId classId, int maxSteps=-1)
Return the first ancestor of the specified type.
Object * Clone() const override
Method call for copying child classes.
Definition: clef.h:48
This class models the MEI <clef> element.
Definition: clef.h:27
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
bool IsScoreDefElement() const override
Override the method since check is required.
Definition: clef.h:57
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
This abstract class is the base class for all const functors.
Definition: functor.h:126
int GetClefLocOffset(data_NOTATIONTYPE notationType) const
Return the offset of the clef.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46