 |
Verovio
Source code documentation
|
11 #include "atts_shared.h"
12 #include "textelement.h"
33 void Reset()
override;
34 std::string GetClassName()
const override {
return "fb"; }
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;
Object * Clone() const override
Method call for copying child classes.
Definition: fb.h:32
This class represents a basic object.
Definition: object.h:59
This class models the MEI <fb> element.
Definition: fb.h:23
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
bool IsSupportedChild(ClassId classId) override
Add an element (f) to an fb.
void Reset() override
Reset the object, that is 1) removing all children and 2) resetting all attributes.