 |
Verovio
Source code documentation
|
8 #ifndef __VRV_ENDING_H__
9 #define __VRV_ENDING_H__
11 #include "atts_shared.h"
12 #include "systemelement.h"
13 #include "systemmilestone.h"
32 public AttLineRendBase,
33 public AttNNumberLike {
43 void Reset()
override;
44 std::string GetClassName()
const override {
return "ending"; }
59 FunctorCode
Accept(Functor &functor)
override;
61 FunctorCode
Accept(ConstFunctor &functor)
const override;
62 FunctorCode AcceptEnd(Functor &functor)
override;
63 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
This class is an interface for container elements that have to be turned to milestones in a page-base...
Definition: systemmilestone.h:91
This class represents elements appearing within a measure.
Definition: systemelement.h:25
This class represents a MEI ending.
Definition: ending.h:28
This class represents a basic object.
Definition: object.h:59
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
Object * Clone() const override
Method call for copying child classes.
Definition: ending.h:42
bool IsSupportedChild(ClassId classId) override
Method for adding allowed content.