16#ifndef AEONGUI_SVGELEMENT_H
17#define AEONGUI_SVGELEMENT_H
35 SVGElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
Element(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an element.
Definition Element.cpp:163
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
SVGElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGElement.
Definition SVGElement.cpp:22
~SVGElement() override
Destructor.