 |
Verovio
Source code documentation
|
8 #ifndef __VRV_EDITORIAL_H__
9 #define __VRV_EDITORIAL_H__
11 #include "atts_critapp.h"
12 #include "atts_shared.h"
14 #include "systemmilestone.h"
48 void Reset()
override;
68 FunctorCode AcceptEnd(
Functor &functor)
override;
69 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 a basic object.
Definition: object.h:59
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
bool IsSupportedChild(ClassId classId) override
Base method for checking if a child can be added.
This abstract class is the base class for all const functors.
Definition: functor.h:126
VisibilityType m_visibility
Holds the visibility (hidden or visible) for an editorial element.
Definition: editorial.h:80
This class is a base class for the editorial element containing musical content, for example <rgd> or...
Definition: editorial.h:38
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.