 |
Verovio
Source code documentation
|
8 #ifndef __VRV_SECTION_H__
9 #define __VRV_SECTION_H__
11 #include "atts_shared.h"
12 #include "atts_visual.h"
13 #include "systemelement.h"
14 #include "systemmilestone.h"
38 void Reset()
override;
39 std::string GetClassName()
const override {
return "section"; }
54 FunctorCode
Accept(Functor &functor)
override;
56 FunctorCode
Accept(ConstFunctor &functor)
const override;
57 FunctorCode AcceptEnd(Functor &functor)
override;
58 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 section.
Definition: section.h:28
This class represents a basic object.
Definition: object.h:59
bool IsSupportedChild(ClassId classId) override
Method for adding allowed content.
Object * Clone() const override
Method call for copying child classes.
Definition: section.h:37
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.