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