 |
Verovio
Source code documentation
|
8 #ifndef __VRV_MSPACE_H__
9 #define __VRV_MSPACE_H__
11 #include "layerelement.h"
32 void Reset()
override;
33 std::string GetClassName()
const override {
return "mSpace"; }
43 FunctorCode
Accept(Functor &functor)
override;
45 FunctorCode
Accept(ConstFunctor &functor)
const override;
46 FunctorCode AcceptEnd(Functor &functor)
override;
47 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
This class models the MEI <space> element.
Definition: mspace.h:22
This class represents a basic object.
Definition: object.h:59
Object * Clone() const override
Method call for copying child classes.
Definition: mspace.h:31
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
void Reset() override
Virtual reset method.
This class is a base class for the Layer (<layer>) content.
Definition: layerelement.h:46