Go to the documentation of this file.
24#include "wtf/Platform.h"
29#include "RenderSVGHiddenContainer.h"
33SVGDefsElement::SVGDefsElement(
const QualifiedName& tagName, Document* doc)
34 : SVGStyledTransformableElement(tagName, doc)
37 , SVGExternalResourcesRequired()
41SVGDefsElement::~SVGDefsElement()
45bool SVGDefsElement::isValid()
const
47 return SVGTests::isValid();
50RenderObject* SVGDefsElement::createRenderer(RenderArena* arena, RenderStyle*)
52 return new (arena) RenderSVGHiddenContainer(
this);
56quint32 SVGDefsElement::id()
const
58 return SVGNames::defsTag.id();
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.16.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.