Go to the documentation of this file.
23#ifndef SVGTRefElement_h
24#define SVGTRefElement_h
32 class SVGTRefElement :
public SVGTextPositioningElement,
public SVGURIReference
35 SVGTRefElement(
const QualifiedName&, Document*);
36 virtual ~SVGTRefElement();
38 virtual void parseMappedAttribute(MappedAttribute*);
40 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
41 bool childShouldCreateRenderer(Node*)
const;
44 virtual const SVGElement* contextElement()
const {
return this; }
47 ANIMATED_PROPERTY_FORWARD_DECLARATIONS(SVGURIReference, String, Href, href)
49 void updateReferencedText();
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.