 |
Verovio
Source code documentation
|
8 #ifndef __VRV_CHOICE_H__
9 #define __VRV_CHOICE_H__
11 #include "atts_shared.h"
12 #include "editorial.h"
28 Choice(EditorialLevel level);
31 void Reset()
override;
32 std::string GetClassName()
const override {
return "choice"; }
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
EditorialLevel GetLevel() const
Getter for level.
Definition: choice.h:36
bool IsSupportedChild(ClassId classId) override
Add children to a apparatus.
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 <choice> for integrity check.
Definition: choice.h:45
Object * Clone() const override
Method call for copying child classes.
Definition: choice.h:29