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"; }
57 FunctorCode AcceptEnd(
Functor &functor)
override;
58 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61
This class represents a MEI section.
Definition: section.h:28
Object * Clone() const override
Method call for copying child classes.
Definition: section.h:37
bool IsSupportedChild(ClassId classId) override
Method for adding allowed content.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class represents elements appearing within a measure.
Definition: systemelement.h:26
This class is an interface for container elements that have to be turned to milestones in a page-base...
Definition: systemmilestone.h:91