 |
Verovio
Source code documentation
|
8 #ifndef __VRV_METERSIGGRP_H__
9 #define __VRV_METERSIGGRP_H__
13 #include "atts_shared.h"
14 #include "layerelement.h"
38 void Reset()
override;
39 std::string GetClassName()
const override {
return "meterSigGrp"; }
77 FunctorCode AcceptEnd(
Functor &functor)
override;
78 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
85 void FilterList(ListOfConstObjects &childList)
const override;
89 std::vector<const Measure *> m_alternatingMeasures;
96 #endif // __VRV_METERSIGGRP_H__
bool IsScoreDefElement() const override
Override the method since check is required.
Definition: metersiggrp.h:50
Object * GetParent()
Get the parent of the Object.
Definition: object.h:379
This class represents a measure in a page-based score (Doc).
Definition: measure.h:37
void FilterList(ListOfConstObjects &childList) const override
Filter the flat list and keep only meterSigGrp elements.
This class models the MEI <meterSig> element.
Definition: metersig.h:27
This class represents a basic object.
Definition: object.h:59
This class represents a MEI meterSigGrp.
Definition: metersiggrp.h:28
Object * GetFirstAncestor(const ClassId classId, int maxSteps=-1)
Return the first ancestor of the specified type.
bool IsSupportedChild(ClassId classId) override
Base method for checking if a child can be added.
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class is an pseudo interface for elements maintaining a flat list of children LayerElement for p...
Definition: object.h:873
This abstract class is the base class for all const functors.
Definition: functor.h:126
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
MeterSig * GetSimplifiedMeterSig() const
Get simplified (i.e.
void AddAlternatingMeasureToVector(const Measure *measure)
Add specified measureId to the m_alternatingMeasures vector.
void SetMeasureBasedCount(const Measure *measure)
Set counter for the alternating meterSigGrp based on the provided measureId.
Object * Clone() const override
Method call for copying child classes.
Definition: metersiggrp.h:37
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
void Reset() override
Virtual reset method.