KHTML
Go to the documentation of this file.
23 #ifndef SVGSwitchElement_h
24 #define SVGSwitchElement_h
34 class SVGSwitchElement :
public SVGStyledTransformableElement,
37 public SVGExternalResourcesRequired
40 SVGSwitchElement(
const QualifiedName&, Document*);
41 virtual ~SVGSwitchElement();
43 virtual bool isValid()
const {
return SVGTests::isValid(); }
45 virtual bool childShouldCreateRenderer(Node*)
const;
47 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
50 virtual const SVGElement* contextElement()
const {
return this; }
53 mutable bool m_insideRenderSection;
55 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
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.