KHTML
Go to the documentation of this file.
27 #include "RenderSVGTransformableContainer.h"
32 SVGSwitchElement::SVGSwitchElement(
const QualifiedName& tagName, Document* doc)
33 : SVGStyledTransformableElement(tagName, doc)
36 , SVGExternalResourcesRequired()
40 SVGSwitchElement::~SVGSwitchElement()
44 bool SVGSwitchElement::childShouldCreateRenderer(Node* child)
const
46 for (Node* n = firstChild(); n != 0; n = n->nextSibling()) {
47 if (n->isSVGElement()) {
48 SVGElement* element =
static_cast<SVGElement*
>(n);
49 if (element && element->isValid())
57 RenderObject* SVGSwitchElement::createRenderer(RenderArena* arena, RenderStyle*)
59 return new (arena) RenderSVGTransformableContainer(
this);
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.