11 #include "areaposinterface.h"
12 #include "textelement.h"
34 std::string GetClassName()
const override {
return "fig"; }
42 const AreaPosInterface *GetAreaPosInterface()
const override
44 return dynamic_cast<const AreaPosInterface *
>(
this);
64 FunctorCode AcceptEnd(
Functor &functor)
override;
65 FunctorCode AcceptEnd(
ConstFunctor &functor)
const override;
This class is an interface for elements implementing vertically and horizontally positionned elements...
Definition: areaposinterface.h:26
This abstract class is the base class for all const functors.
Definition: functor.h:126
This class models the MEI <fig> element.
Definition: fig.h:23
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
bool IsSupportedChild(ClassId classId) override
Add an element (svg) to an fig.
void Reset() override
Virtual reset method.
Object * Clone() const override
Method call for copying child classes.
Definition: fig.h:32
This abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61
Definition: textelement.h:22