Go to the documentation of this file.
22#ifndef SVGHKernElement_h
23#define SVGHKernElement_h
39 using khtml::AtomicString;
43 struct SVGHorizontalKerningPair {
50 SVGHorizontalKerningPair()
56 class SVGHKernElement :
public SVGElement {
58 SVGHKernElement(
const QualifiedName&, Document*);
59 virtual ~SVGHKernElement();
61 virtual void insertedIntoDocument();
62 virtual void removedFromDocument();
64 virtual bool rendererIsNeeded(RenderStyle*) {
return false; }
66 SVGHorizontalKerningPair buildHorizontalKerningPair()
const;
69 virtual quint32 id()
const {
return SVGNames::textTag.id(); }
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.16.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.