16#ifndef AEONGUI_SVGPATHELEMENT_H
17#define AEONGUI_SVGPATHELEMENT_H
20#include "aeongui/DrawType.hpp"
21#include "SVGGeometryElement.hpp"
38 SVGPathElement (
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 SVGPathElement.cpp:48
~SVGPathElement() final
Destructor.
SVGPathElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGPathElement.
Definition SVGPathElement.cpp:25