8 #ifndef __VRV_TRILL_H__
9 #define __VRV_TRILL_H__
12 #include "atts_cmnornaments.h"
13 #include "atts_externalsymbols.h"
14 #include "controlelement.h"
15 #include "timeinterface.h"
30 public AttExtSymNames,
32 public AttNNumberLike,
33 public AttOrnamentAccid,
34 public AttPlacementRelStaff {
44 void Reset()
override;
45 std::string GetClassName()
const override {
return "trill"; }
51 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
53 const TimePointInterface *GetTimePointInterface()
const override
55 return vrv_cast<const TimePointInterface *>(
this);
57 TimeSpanningInterface *GetTimeSpanningInterface()
override {
return vrv_cast<TimeSpanningInterface *>(
this); }
58 const TimeSpanningInterface *GetTimeSpanningInterface()
const override
60 return vrv_cast<const TimeSpanningInterface *>(
this);
76 FunctorCode
Accept(Functor &functor)
override;
78 FunctorCode
Accept(ConstFunctor &functor)
const override;
79 FunctorCode AcceptEnd(Functor &functor)
override;
80 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;