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 is a base class for the editorial element containing musical content, for example <rgd> or...
Definition: editorial.h:43
This class represents a basic object.
Definition: object.h:61
EditorialLevel m_level
We store the level of the <subst> for integrity check.
Definition: subst.h:47
EditorialLevel GetLevel() const
Getter for level.
Definition: subst.h:38
bool IsSupportedChild(ClassId classId) override
Add children to a apparatus.
Object * Clone() const override
Method call for copying child classes.
Definition: subst.h:32