8 #ifndef __VRV_MULTIREST_H__
9 #define __VRV_MULTIREST_H__
12 #include "atts_shared.h"
13 #include "atts_visual.h"
14 #include "layerelement.h"
15 #include "positioninterface.h"
29 public AttMultiRestVis,
31 public AttNumberPlacement,
43 std::string GetClassName()
const override {
return "multiRest"; }
57 FunctorCode AcceptEnd(
Functor &functor)
override;
58 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:51
This class models the MEI <multiRest> element.
Definition: multirest.h:32
Object * Clone() const override
Method call for copying child classes.
Definition: multirest.h:41
bool UseBlockStyle(const Doc *doc) const
True if block style rendering applies.
void Reset() override
Virtual reset method.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class represents a basic object.
Definition: object.h:61
This class is an interface for elements with a position on the staff, such as rests.
Definition: positioninterface.h:30