8 #ifndef __VRV_BRACKETSPAN_H__
9 #define __VRV_BRACKETSPAN_H__
12 #include "controlelement.h"
13 #include "timeinterface.h"
26 public AttBracketSpanLog,
28 public AttLineRendBase {
38 void Reset()
override;
39 std::string GetClassName()
const override {
return "bracketSpan"; }
45 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
47 const TimePointInterface *GetTimePointInterface()
const override
49 return vrv_cast<const TimePointInterface *>(
this);
51 TimeSpanningInterface *GetTimeSpanningInterface()
override {
return vrv_cast<TimeSpanningInterface *>(
this); }
52 const TimeSpanningInterface *GetTimeSpanningInterface()
const override
54 return vrv_cast<const TimeSpanningInterface *>(
this);
70 FunctorCode
Accept(Functor &functor)
override;
72 FunctorCode
Accept(ConstFunctor &functor)
const override;
73 FunctorCode AcceptEnd(Functor &functor)
override;
74 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;