 |
Verovio
Source code documentation
|
8 #ifndef __VRV_MENSUR_H__
9 #define __VRV_MENSUR_H__
11 #include "atts_mensural.h"
12 #include "atts_shared.h"
13 #include "atts_visual.h"
14 #include "layerelement.h"
22 class ScoreDefInterface;
30 public AttDurationRatio,
31 public AttMensuralShared,
44 void Reset()
override;
45 std::string GetClassName()
const override {
return "mensur"; }
64 FunctorCode AcceptEnd(
Functor &functor)
override;
65 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
Object * GetParent()
Get the parent of the Object.
Definition: object.h:379
static const int s_numBase
Static member for setting a value from a controller.
Definition: mensur.h:84
This class represents a basic object.
Definition: object.h:59
static const int s_num
Static member for setting a value from a controller.
Definition: mensur.h:79
Object * GetFirstAncestor(const ClassId classId, int maxSteps=-1)
Return the first ancestor of the specified type.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class models the MEI <mensur> element.
Definition: mensur.h:27
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 IsScoreDefElement() const override
Override the method since check is required.
Definition: mensur.h:52
Object * Clone() const override
Method call for copying child classes.
Definition: mensur.h:43
void Reset() override
Virtual reset method.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: mensur.h:49