 |
Verovio
Source code documentation
|
9 #ifndef __VRV_KEYSIG_H__
10 #define __VRV_KEYSIG_H__
16 #include "atts_analytical.h"
17 #include "atts_shared.h"
18 #include "atts_visual.h"
19 #include "layerelement.h"
24 class ScoreDefInterface;
33 data_ACCIDENTAL_WRITTEN accid;
52 public AttVisibility {
62 void Reset()
override;
63 std::string GetClassName()
const override {
return "keySig"; }
93 void GenerateKeyAccidAttribChildren();
106 void FillMap(MapOfOctavedPitchAccid &mapOfPitchAccid)
const;
108 int GetFifthsInt()
const;
117 static data_PITCHNAME
GetAccidPnameAt(data_ACCIDENTAL_WRITTEN alterationType,
int pos);
118 static int GetOctave(data_ACCIDENTAL_WRITTEN alterationType, data_PITCHNAME pitch,
const Clef *clef);
130 FunctorCode AcceptEnd(
Functor &functor)
override;
131 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
138 void FilterList(ListOfConstObjects &childList)
const override;
144 std::optional<KeyAccidInfo> GetKeyAccidInfoAt(
int pos)
const;
153 data_ACCIDENTAL_WRITTEN m_drawingCancelAccidType;
154 char m_drawingCancelAccidCount;
161 static const data_PITCHNAME s_pnameForFlats[];
162 static const data_PITCHNAME s_pnameForSharps[];
165 static const int octave_map[2][9][7];
Object * GetParent()
Get the parent of the Object.
Definition: object.h:379
void FilterList(ListOfConstObjects &childList) const override
Filter the flat list and keep only StaffDef elements.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
bool AddChildAdditionalCheck(Object *child) override
Additional check when adding a child.
This class represents a basic object.
Definition: object.h:59
bool HasNonAttribKeyAccidChildren() const
Generate KeyAccid attribute children.
data_KEYSIGNATURE ConvertToSig() const
Try to convert a keySig content (keyAccid) to a @sig value This can work only if the content represen...
Object * Clone() const override
Method call for copying child classes.
Definition: keysig.h:61
Object * GetFirstAncestor(const ClassId classId, int maxSteps=-1)
Return the first ancestor of the specified type.
int GetAccidCount(bool fromAttribute=false) const
Accid number getter.
static data_PITCHNAME GetAccidPnameAt(data_ACCIDENTAL_WRITTEN alterationType, int pos)
Static methods for calculating position;.
Useful information regarding a KeyAccid child.
Definition: keysig.h:32
This class models the MEI <clef> element.
Definition: clef.h:27
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: keysig.h:67
bool IsScoreDefElement() const override
Override the method since check is required.
Definition: keysig.h:70
This class is an pseudo interface for elements maintaining a flat list of children LayerElement for p...
Definition: object.h:873
bool m_skipCancellation
Variables for storing cancellation introduced by the key sig.
Definition: keysig.h:152
void Reset() override
Virtual reset method.
This abstract class is the base class for all const functors.
Definition: functor.h:126
bool IsSupportedChild(ClassId classId) override
Add an element (a keyAccid) to a keySig.
void FillMap(MapOfOctavedPitchAccid &mapOfPitchAccid) const
Fill the map of modified pitches.
This class models the MEI <keySig> element.
Definition: keysig.h:44
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
data_ACCIDENTAL_WRITTEN GetAccidType() const
Accid type getter.