11 #include "atts_shared.h"
12 #include "facsimileinterface.h"
13 #include "systemelement.h"
36 std::string GetClassName()
const override {
return "pb"; }
43 FacsimileInterface *GetFacsimileInterface()
override {
return vrv_cast<FacsimileInterface *>(
this); }
44 const FacsimileInterface *GetFacsimileInterface()
const override
46 return vrv_cast<const FacsimileInterface *>(
this);
59 FunctorCode AcceptEnd(
Functor &functor)
override;
60 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
Definition: facsimileinterface.h:27
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 represents a MEI pb in score-based MEI.
Definition: pb.h:25
Object * Clone() const override
Method call for copying child classes.
Definition: pb.h:34
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.
This class represents elements appearing within a measure.
Definition: systemelement.h:26