11 #include "atts_shared.h"
12 #include "textelement.h"
13 #include "timeinterface.h"
35 std::string GetClassName()
const override {
return "f"; }
42 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
43 const TimePointInterface *GetTimePointInterface()
const override
45 return vrv_cast<const TimePointInterface *>(
this);
47 TimeSpanningInterface *GetTimeSpanningInterface()
override {
return vrv_cast<TimeSpanningInterface *>(
this); }
48 const TimeSpanningInterface *GetTimeSpanningInterface()
const override
50 return vrv_cast<const TimeSpanningInterface *>(
this);
70 FunctorCode AcceptEnd(
Functor &functor)
override;
71 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class models the MEI <f> element.
Definition: f.h:24
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
Object * Clone() const override
Method call for copying child classes.
Definition: f.h:33
bool IsSupportedChild(ClassId classId) override
Add an element (text, rend.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61
Definition: textelement.h:22
This class is an interface for elements having a single time point, such as tempo,...
Definition: timeinterface.h:39
This class is an interface for spanning elements, such as slur, hairpin, etc.
Definition: timeinterface.h:145