11 #include "areaposinterface.h"
12 #include "atts_externalsymbols.h"
13 #include "atts_shared.h"
14 #include "textelement.h"
30 public AttNNumberLike,
31 public AttTextRendition,
33 public AttWhitespace {
44 std::string GetClassName()
const override {
return "rend"; }
52 const AreaPosInterface *GetAreaPosInterface()
const override
54 return dynamic_cast<const AreaPosInterface *
>(
this);
79 FunctorCode AcceptEnd(
Functor &functor)
override;
80 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 abstract class is the base class for all mutable functors.
Definition: functor.h:101
This class represents a basic object.
Definition: object.h:61
This class models the MEI <rend> element.
Definition: rend.h:33
bool HasEnclosure() const
Check if rend has an enclosing.
FunctorCode Accept(Functor &functor) override
Interface for class functor visitation.
bool IsSupportedChild(ClassId classId) override
Add an element (text, rend.
void Reset() override
Virtual reset method.
Object * Clone() const override
Method call for copying child classes.
Definition: rend.h:42
Definition: textelement.h:22