KHTML
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;
53 #endif // SVGStyledLocatableElement_h
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.