16#ifndef AEONGUI_SVGGELEMENT_H
17#define AEONGUI_SVGGELEMENT_H
19#include "SVGGraphicsElement.hpp"
20#include "aeongui/AttributeMap.hpp"
38 SVGGElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
SVGGElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGElement.
Definition SVGGElement.cpp:25
~SVGGElement() final
Destructor.
SVGGraphicsElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGraphicsElement.
Definition SVGGraphicsElement.cpp:24