16#ifndef AEONGUI_ELEMENTS_LINE_H
17#define AEONGUI_ELEMENTS_LINE_H
19#include "SVGGeometryElement.hpp"
36 SVGLineElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
SVGGeometryElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGeometryElement.
Definition SVGGeometryElement.cpp:23
SVGLineElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGLineElement.
Definition SVGLineElement.cpp:23
~SVGLineElement() final
Destructor.
Definition SVGLineElement.cpp:54