 |
Verovio
Source code documentation
|
8 #ifndef __VRV_FACSIMILE_H__
9 #define __VRV_FACSIMILE_H__
15 #include "atts_analytical.h"
16 #include "atts_shared.h"
41 void Reset()
override;
42 std::string GetClassName()
const override {
return "facsimile"; }
46 Zone *FindZoneByID(
const std::string &zoneId);
47 const Zone *FindZoneByID(
const std::string &zoneId)
const;
58 FunctorCode
Accept(Functor &functor)
override;
60 FunctorCode
Accept(ConstFunctor &functor)
const override;
61 FunctorCode AcceptEnd(Functor &functor)
override;
62 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
This class represents a basic object.
Definition: object.h:59
Object * Clone() const override
Method call for copying child classes.
Definition: facsimile.h:40
Implements the facsimile element in MEI.
Definition: facsimile.h:31
bool IsSupportedChild(ClassId classId) override
Base method for checking if a child can be added.
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.