 |
Verovio
Source code documentation
|
8 #ifndef __VRV_METERSIG_H__
9 #define __VRV_METERSIG_H__
11 #include "atts_externalsymbols.h"
12 #include "atts_shared.h"
13 #include "atts_visual.h"
14 #include "layerelement.h"
18 class ScoreDefInterface;
29 public AttEnclosingChars,
30 public AttExtSymNames,
31 public AttMeterSigLog,
32 public AttMeterSigVis,
34 public AttVisibility {
44 void Reset()
override;
45 std::string GetClassName()
const override {
return "meterSig"; }
82 FunctorCode AcceptEnd(
Functor &functor)
override;
83 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
char32_t GetSymbolGlyph() const
Retrieves the symbol glyph.
std::pair< char32_t, char32_t > GetEnclosingGlyphs(bool smallGlpyh) const
Retrieve parentheses from the enclose attribute.
Object * GetParent()
Get the parent of the Object.
Definition: object.h:379
data_DURATION GetUnitAsDur() const
Return the unit (int) as data_DURATION (up to 32).
This class models the MEI <meterSig> element.
Definition: metersig.h:27
This class represents a basic object.
Definition: object.h:59
int GetTotalCount() const
Evaluate additive meter counts.
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: metersig.h:49
Object * GetFirstAncestor(const ClassId classId, int maxSteps=-1)
Return the first ancestor of the specified type.
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
int GetSymImplicitUnit() const
Return the implicit unit according to the sym (if any, return 0 otherwise)
This abstract class is the base class for all const functors.
Definition: functor.h:126
Object * Clone() const override
Method call for copying child classes.
Definition: metersig.h:43
bool IsScoreDefElement() const override
Override the method since check is required.
Definition: metersig.h:52
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.