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,
43 std::string GetClassName()
const override {
return "turn"; }
50 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
51 const TimePointInterface *GetTimePointInterface()
const override
53 return vrv_cast<const TimePointInterface *>(
this);
77 FunctorCode AcceptEnd(
Functor &functor)
override;
78 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class represents elements appearing within a measure.
Definition: controlelement.h:33
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:51
This class represents a basic object.
Definition: object.h:61
This class is an interface for elements having a single time point, such as tempo,...
Definition: timeinterface.h:39
This class models the MEI <turn> element.
Definition: turn.h:32
int GetTurnHeight(const Doc *doc, int staffSize) const
Get the turn height ignoring slash.
char32_t GetTurnGlyph() const
Get the SMuFL glyph for the turn based on form or glyph.num.
LayerElement * m_drawingEndElement
The end point of a delayed turn when @startid is used.
Definition: turn.h:89
Object * Clone() const override
Method call for copying child classes.
Definition: turn.h:41
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.