16#ifndef AEONGUI_SVGDEFSELEMENT_H
17#define AEONGUI_SVGDEFSELEMENT_H
19#include "SVGGraphicsElement.hpp"
36 SVGDefsElement (
const DOMString& aTagName, AttributeMap&& aAttributes,
Node* aParent );
Base class for all nodes in the DOM tree.
Definition Node.hpp:40
SVGDefsElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGDefsElement.
Definition SVGDefsElement.cpp:23
bool IsDrawEnabled() const final
Always returns false; defs children are not drawn directly.
Definition SVGDefsElement.cpp:28
~SVGDefsElement() final
Destructor.
SVGGraphicsElement(const DOMString &aTagName, AttributeMap &&aAttributes, Node *aParent)
Construct an SVGGraphicsElement.
Definition SVGGraphicsElement.cpp:24