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:42
SVGGeometryElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGeometryElement.
Definition SVGGeometryElement.cpp:29
void onAttributeChanged(const DOMString &aName, const DOMString &aValue) override
Called after an attribute is changed via setAttribute.
Definition SVGLineElement.cpp:64
SVGLineElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGLineElement.
Definition SVGLineElement.cpp:23
~SVGLineElement() final
Destructor.
Definition SVGLineElement.cpp:48