KHTML
Go to the documentation of this file.
24 #include "wtf/Platform.h"
36 SVGStyledLocatableElement::SVGStyledLocatableElement(
const QualifiedName& tagName, Document* doc)
38 , SVGStyledElement(tagName, doc)
42 SVGStyledLocatableElement::~SVGStyledLocatableElement()
46 SVGElement* SVGStyledLocatableElement::nearestViewportElement()
const
48 return SVGLocatable::nearestViewportElement(
this);
51 SVGElement* SVGStyledLocatableElement::farthestViewportElement()
const
53 return SVGLocatable::farthestViewportElement(
this);
56 FloatRect SVGStyledLocatableElement::getBBox()
const
58 return SVGLocatable::getBBox(
this);
61 AffineTransform SVGStyledLocatableElement::getCTM()
const
63 return SVGLocatable::getCTM(
this);
66 AffineTransform SVGStyledLocatableElement::getScreenCTM()
const
68 return SVGLocatable::getScreenCTM(
this);
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.