 |
Verovio
Source code documentation
|
8 #ifndef __VRV_SUBST_H__
9 #define __VRV_SUBST_H__
11 #include "atts_critapp.h"
12 #include "atts_shared.h"
13 #include "editorial.h"
14 #include "systemmilestone.h"
30 Subst(EditorialLevel level);
33 void Reset()
override;
34 std::string GetClassName()
const override {
return "subst"; }
This class represents a basic object.
Definition: object.h:59
bool IsSupportedChild(ClassId classId) override
Add children to a apparatus.
EditorialLevel GetLevel() const
Getter for level.
Definition: subst.h:38
EditorialLevel m_level
We store the level of the <subst> for integrity check.
Definition: subst.h:47
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
Object * Clone() const override
Method call for copying child classes.
Definition: subst.h:32
This class is a base class for the editorial element containing musical content, for example <rgd> or...
Definition: editorial.h:38