 |
Verovio
Source code documentation
|
8 #ifndef __VRV_MORDENT_H__
9 #define __VRV_MORDENT_H__
12 #include "atts_cmnornaments.h"
13 #include "atts_externalsymbols.h"
14 #include "controlelement.h"
15 #include "timeinterface.h"
29 public AttExtSymNames,
30 public AttOrnamentAccid,
31 public AttPlacementRelStaff,
32 public AttMordentLog {
42 void Reset()
override;
43 std::string GetClassName()
const override {
return "mordent"; }
49 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
51 const TimePointInterface *GetTimePointInterface()
const override
53 return vrv_cast<const TimePointInterface *>(
this);
69 FunctorCode
Accept(Functor &functor)
override;
71 FunctorCode
Accept(ConstFunctor &functor)
const override;
72 FunctorCode AcceptEnd(Functor &functor)
override;
73 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
char32_t GetMordentGlyph() const
Get the SMuFL glyph for the mordent based on type, long attribute or glyph.num.
This class represents a basic object.
Definition: object.h:59
void Reset() override
Virtual reset method.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class models the MEI <mordent> element.
Definition: mordent.h:26
Object * Clone() const override
Method call for copying child classes.
Definition: mordent.h:41
This class represents elements appearing within a measure.
Definition: controlelement.h:28
This class is an interface for elements having a single time point, such as tempo,...
Definition: timeinterface.h:35