 |
Verovio
Source code documentation
|
8 #ifndef __VRV_HALFMRPT_H__
9 #define __VRV_HALFMRPT_H__
12 #include "atts_shared.h"
13 #include "atts_visual.h"
15 #include "layerelement.h"
36 void Reset()
override;
37 std::string GetClassName()
const override {
return "halfmRpt"; }
53 FunctorCode AcceptEnd(
Functor &functor)
override;
54 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This class represents a basic object.
Definition: object.h:59
Object * Clone() const override
Method call for copying child classes.
Definition: halfmrpt.h:35
void Reset() override
Virtual reset method.
This class models the MEI <halfmRpt> element.
Definition: halfmrpt.h:26
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This abstract class is the base class for all const functors.
Definition: functor.h:126
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: halfmrpt.h:41
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46