KHTML
Go to the documentation of this file.
34 class SVGGElement :
public SVGStyledTransformableElement,
37 public SVGExternalResourcesRequired {
39 SVGGElement(
const QualifiedName&, Document*);
40 virtual ~SVGGElement();
42 virtual bool isValid()
const {
return SVGTests::isValid(); }
44 virtual void parseMappedAttribute(MappedAttribute*);
45 virtual void svgAttributeChanged(
const QualifiedName&);
46 using DOM::NodeImpl::childrenChanged;
47 virtual void childrenChanged(
bool changedByParser =
false, Node* beforeChange = 0, Node* afterChange = 0,
int childCountDelta = 0);
49 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
54 virtual const SVGElement* contextElement()
const {
return this; }
57 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGExternalResourcesRequired,
bool, ExternalResourcesRequired, externalResourcesRequired)
60 friend class SVGUseElement;
61 AffineTransform localMatrix() const;
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.