16#ifndef AEONGUI_SVGELLIPSEELEMENT_H
17#define AEONGUI_SVGELLIPSEELEMENT_H
19#include "SVGGeometryElement.hpp"
Base class for all nodes in the DOM tree.
Definition Node.hpp:42
~SVGEllipseElement() final
Destructor.
Definition SVGEllipseElement.cpp:29
SVGEllipseElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGEllipseElement.
Definition SVGEllipseElement.cpp:23
void onAttributeChanged(const DOMString &aName, const DOMString &aValue) override
Called after an attribute is changed via setAttribute.
Definition SVGEllipseElement.cpp:67
SVGGeometryElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGeometryElement.
Definition SVGGeometryElement.cpp:29