16#ifndef AEONGUI_SVGUSEELEMENT_H
17#define AEONGUI_SVGUSEELEMENT_H
19#include "SVGGraphicsElement.hpp"
20#include "aeongui/AttributeMap.hpp"
38 SVGUseElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
SVGGraphicsElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGraphicsElement.
Definition SVGGraphicsElement.cpp:24
SVGUseElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGUseElement.
Definition SVGUseElement.cpp:23
~SVGUseElement() final
Destructor.