 |
Verovio
Source code documentation
|
8 #ifndef __VRV_SURFACE_H__
9 #define __VRV_SURFACE_H__
15 #include "atts_analytical.h"
16 #include "atts_shared.h"
30 class Surface :
public Object,
public AttTyped,
public AttCoordinated,
public AttCoordinatedUl {
39 void Reset()
override;
40 std::string GetClassName()
const override {
return "surface"; }
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;
Implements the surface element in MEI.
Definition: surface.h:30
This class represents a basic object.
Definition: object.h:59
bool IsSupportedChild(ClassId classId) override
Base method for checking if a child can be added.
Object * Clone() const override
Method call for copying child classes.
Definition: surface.h:38
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.