8 #ifndef __VRV_HALFMRPT_H__
9 #define __VRV_HALFMRPT_H__
12 #include "atts_shared.h"
13 #include "atts_visual.h"
15 #include "layerelement.h"
16 #include "offsetinterface.h"
38 std::string GetClassName()
const override {
return "halfmRpt"; }
45 OffsetInterface *GetOffsetInterface()
override {
return vrv_cast<OffsetInterface *>(
this); }
46 const OffsetInterface *GetOffsetInterface()
const override {
return vrv_cast<const OffsetInterface *>(
this); }
62 FunctorCode AcceptEnd(
Functor &functor)
override;
63 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class models the MEI <halfmRpt> element.
Definition: halfmrpt.h:27
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: halfmrpt.h:50
Object * Clone() const override
Method call for copying child classes.
Definition: halfmrpt.h:36
void Reset() override
Virtual reset method.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:51
This class represents a basic object.
Definition: object.h:64
This class is an interface for elements having a single visual offset, such as arpeg,...
Definition: offsetinterface.h:28