16#ifndef AEONGUI_SVGPOLYLINEELEMENT_H
17#define AEONGUI_SVGPOLYLINEELEMENT_H
19#include "SVGGeometryElement.hpp"
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
SVGPolylineElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGPolylineElement.
Definition SVGPolylineElement.cpp:25
~SVGPolylineElement() final
Destructor.
void onAttributeChanged(const DOMString &aName, const DOMString &aValue) override
Called after an attribute is changed via setAttribute.
Definition SVGPolylineElement.cpp:57