 |
Verovio
Source code documentation
|
8 #ifndef __VRV_MREST_H__
9 #define __VRV_MREST_H__
11 #include "atts_shared.h"
12 #include "layerelement.h"
13 #include "positioninterface.h"
31 public AttFermataPresent,
32 public AttVisibility {
42 void Reset()
override;
43 std::string GetClassName()
const override {
return "mRest"; }
49 PositionInterface *GetPositionInterface()
override {
return vrv_cast<PositionInterface *>(
this); }
51 const PositionInterface *GetPositionInterface()
const override {
return vrv_cast<const PositionInterface *>(
this); }
66 FunctorCode
Accept(Functor &functor)
override;
68 FunctorCode
Accept(ConstFunctor &functor)
const override;
69 FunctorCode AcceptEnd(Functor &functor)
override;
70 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class is an interface for elements with a position on the staff, such as rests.
Definition: positioninterface.h:30
void Reset() override
Virtual reset method.
This class represents a basic object.
Definition: object.h:59
int GetOptimalLayerLocation(const Layer *layer, int defaultLocation) const
Get the vertical location for mRest considering other layer elements.
Object * Clone() const override
Method call for copying child classes.
Definition: mrest.h:41
This class models the MEI <mRest> element.
Definition: mrest.h:27
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46