 |
Verovio
Source code documentation
|
11 #include "editorial.h"
27 App(EditorialLevel level);
30 void Reset()
override;
31 std::string GetClassName()
const override {
return "app"; }
EditorialLevel GetLevel() const
Getter for level.
Definition: app.h:35
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
This class represents a basic object.
Definition: object.h:59
Object * Clone() const override
Method call for copying child classes.
Definition: app.h:29
This class is a base class for the editorial element containing musical content, for example <rgd> or...
Definition: editorial.h:38
EditorialLevel m_level
We store the level of the <app> for integrity check.
Definition: app.h:44
bool IsSupportedChild(ClassId classId) override
Add children to a apparatus.