KHTML
Go to the documentation of this file.
22 #ifndef SVGAltGlyphElement_h
23 #define SVGAltGlyphElement_h
26 #include "AtomicString.h"
32 class SVGGlyphElement;
34 class SVGAltGlyphElement :
public SVGTextPositioningElement,
public SVGURIReference
37 SVGAltGlyphElement(
const QualifiedName&, Document*);
38 virtual ~SVGAltGlyphElement();
40 virtual RenderObject* createRenderer(RenderArena*, RenderStyle*);
41 bool childShouldCreateRenderer(Node*)
const;
43 DOMString glyphRef()
const;
44 void setGlyphRef(
const DOMString&, ExceptionCode&);
45 DOMString format()
const;
46 void setFormat(
const DOMString&, ExceptionCode&);
48 SVGGlyphElement* glyphElement()
const;
54 virtual const SVGElement* contextElement()
const {
return this; }
DOM::QualifiedName textTag
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.