 |
Verovio
Source code documentation
|
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"; }
43 PlistInterface *GetPlistInterface()
override {
return vrv_cast<PlistInterface *>(
this); }
45 const PlistInterface *GetPlistInterface()
const override {
return vrv_cast<const PlistInterface *>(
this); }
55 FunctorCode
Accept(Functor &functor)
override;
57 FunctorCode
Accept(ConstFunctor &functor)
const override;
58 FunctorCode AcceptEnd(Functor &functor)
override;
59 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
This class represents elements appearing within a measure.
Definition: systemelement.h:25
This class represents a basic object.
Definition: object.h:59
Object * Clone() const override
Method call for copying child classes.
Definition: expansion.h:35
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class is an interface for elements having a single time point, such as tempo,...
Definition: plistinterface.h:29
This class represents a MEI expansion.
Definition: expansion.h:26
void Reset() override
Virtual reset method.