Go to the documentation of this file.
23#ifndef SVGStyledLocatableElement_h
24#define SVGStyledLocatableElement_h
34 class SVGStyledLocatableElement :
public SVGStyledElement,
35 virtual public SVGLocatable {
37 SVGStyledLocatableElement(
const QualifiedName&, Document*);
38 virtual ~SVGStyledLocatableElement();
40 virtual bool isStyledLocatable()
const {
return true; }
42 virtual SVGElement* nearestViewportElement()
const;
43 virtual SVGElement* farthestViewportElement()
const;
45 virtual FloatRect getBBox()
const;
46 virtual AffineTransform getCTM()
const;
47 virtual AffineTransform getScreenCTM()
const;
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.