 |
Verovio
Source code documentation
|
8 #ifndef __VRV_GRACEGRP_H__
9 #define __VRV_GRACEGRP_H__
12 #include "layerelement.h"
30 void Reset()
override;
31 std::string GetClassName()
const override {
return "graceGrp"; }
46 FunctorCode
Accept(Functor &functor)
override;
48 FunctorCode
Accept(ConstFunctor &functor)
const override;
49 FunctorCode AcceptEnd(Functor &functor)
override;
50 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
void Reset() override
Virtual reset method.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
Object * Clone() const override
Method call for copying child classes.
Definition: gracegrp.h:29
This class represents a basic object.
Definition: object.h:59
bool IsSupportedChild(ClassId classId) override
Add childElement to a element.
Definition: gracegrp.h:20
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46