8 #ifndef __VRV_BREATH_H__
9 #define __VRV_BREATH_H__
12 #include "controlelement.h"
13 #include "timeinterface.h"
35 std::string GetClassName()
const override {
return "breath"; }
42 TimePointInterface *GetTimePointInterface()
override {
return vrv_cast<TimePointInterface *>(
this); }
43 const TimePointInterface *GetTimePointInterface()
const override
45 return vrv_cast<const TimePointInterface *>(
this);
59 FunctorCode AcceptEnd(
Functor &functor)
override;
60 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This class models the MEI <breath> element.
Definition: breath.h:24
Object * Clone() const override
Method call for copying child classes.
Definition: breath.h:33
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.
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 abstract class is the base class for all mutable functors.
Definition: functor.h:101
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