16#ifndef AEONGUI_SVGSTOPELEMENT_H
17#define AEONGUI_SVGSTOPELEMENT_H
19#include "SVGElement.hpp"
37 SVGStopElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
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
~SVGStopElement() final
Destructor.
SVGStopElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGStopElement.
Definition SVGStopElement.cpp:23