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:40
SVGGeometryElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGeometryElement.
Definition SVGGeometryElement.cpp:23
SVGRectElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGRectElement.
Definition SVGRectElement.cpp:24
~SVGRectElement() final
Destructor.