8 #ifndef __VRV_EDITORIAL_H__
9 #define __VRV_EDITORIAL_H__
11 #include "atts_critapp.h"
12 #include "atts_shared.h"
13 #include "drawinginterface.h"
15 #include "systemmilestone.h"
53 void Reset()
override;
69 return vrv_cast<VisibilityDrawingInterface *>(
this);
73 return vrv_cast<const VisibilityDrawingInterface *>(
this);
87 FunctorCode AcceptEnd(
Functor &functor)
override;
88 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class is a base class for the editorial element containing musical content, for example <rgd> or...
Definition: editorial.h:43
bool IsSupportedChild(ClassId classId) override
Base method for checking if a child can be added.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
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 is an interface for container elements that have to be turned to milestones in a page-base...
Definition: systemmilestone.h:91
This class is an interface for MEI element that can be hidden during drawing.
Definition: drawinginterface.h:422