 |
Verovio
Source code documentation
|
8 #ifndef __VRV_DIVLINE_H__
9 #define __VRV_DIVLINE_H__
11 #include "atts_externalsymbols.h"
12 #include "atts_neumes.h"
13 #include "atts_shared.h"
14 #include "layerelement.h"
29 public AttExtSymNames,
30 public AttNNumberLike,
31 public AttVisibility {
41 void Reset()
override;
42 std::string GetClassName()
const override {
return "divLine"; }
62 static wchar_t GetDivLineGlyph(divLineLog_FORM);
88 std::string GetClassName()
const override {
return "divLineAttr"; }
This class models the MEI <divLine> element.
Definition: divline.h:25
This class represents a basic object.
Definition: object.h:59
Object * Clone() const override
Method call for copying child classes.
Definition: divline.h:87
bool SetAlignment(Alignment *alignment)
Use to set the alignment for the Measure BarLine members.
This class stores an alignment position elements will point to.
Definition: horizontalaligner.h:73
Object * Clone() const override
Method call for copying child classes.
Definition: divline.h:40
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
This class models the divLine related attributes of a MEI measure.
Definition: divline.h:78
bool HasToBeAligned() const override
Override the method since alignment is required.
Definition: divline.h:46
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46
std::wstring GetSymbolStr() const
Retrieve SMuFL string for the divLine.