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;
51 virtual quint32 id()
const {
return SVGNames::textTag.id(); }
54 virtual const SVGElement* contextElement()
const {
return this; }
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.