8 #ifndef __VRV_EXPANSION_H__
9 #define __VRV_EXPANSION_H__
11 #include "atts_shared.h"
12 #include "plistinterface.h"
13 #include "systemelement.h"
36 void Reset()
override;
37 std::string GetClassName()
const override {
return "expansion"; }
44 PlistInterface *GetPlistInterface()
override {
return vrv_cast<PlistInterface *>(
this); }
45 const PlistInterface *GetPlistInterface()
const override {
return vrv_cast<const PlistInterface *>(
this); }
58 FunctorCode AcceptEnd(
Functor &functor)
override;
59 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class represents a MEI expansion.
Definition: expansion.h:26
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
Object * Clone() const override
Method call for copying child classes.
Definition: expansion.h:35
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: plistinterface.h:29
This class represents elements appearing within a measure.
Definition: systemelement.h:26