16#ifndef AEONGUI_SVGRECTELEMENT_H
17#define AEONGUI_SVGRECTELEMENT_H
19#include "SVGGeometryElement.hpp"
36 SVGRectElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
Base class for all nodes in the DOM tree.
Definition Node.hpp:42
SVGGeometryElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGeometryElement.
Definition SVGGeometryElement.cpp:29
void onAttributeChanged(const DOMString &aName, const DOMString &aValue) override
Called after an attribute is changed via setAttribute.
Definition SVGRectElement.cpp:148
SVGRectElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGRectElement.
Definition SVGRectElement.cpp:25
~SVGRectElement() final
Destructor.
void RebuildAnimatedPath() const override
Rebuild the cached path with animated attribute values.
Definition SVGRectElement.cpp:190