 |
Verovio
Source code documentation
|
12 #include "atts_shared.h"
13 #include "atts_visual.h"
15 #include "layerelement.h"
26 class MRpt :
public LayerElement,
public AttColor,
public AttNumbered,
public AttNumberPlacement {
36 void Reset()
override;
37 std::string GetClassName()
const override {
return "mRpt"; }
47 FunctorCode
Accept(Functor &functor)
override;
49 FunctorCode
Accept(ConstFunctor &functor)
const override;
50 FunctorCode AcceptEnd(Functor &functor)
override;
51 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
This class represents a basic object.
Definition: object.h:59
int m_drawingMeasureCount
measure count
Definition: mrpt.h:58
Object * Clone() const override
Method call for copying child classes.
Definition: mrpt.h:35
This class models the MEI <mRpt> element.
Definition: mrpt.h:26
void Reset() override
Virtual reset method.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.