KHTML
Go to the documentation of this file.
24#include "wtf/Platform.h"
36SVGStyledLocatableElement::SVGStyledLocatableElement(
const QualifiedName& tagName, Document* doc)
38 , SVGStyledElement(tagName, doc)
42SVGStyledLocatableElement::~SVGStyledLocatableElement()
46SVGElement* SVGStyledLocatableElement::nearestViewportElement()
const
48 return SVGLocatable::nearestViewportElement(
this);
51SVGElement* SVGStyledLocatableElement::farthestViewportElement()
const
53 return SVGLocatable::farthestViewportElement(
this);
56FloatRect SVGStyledLocatableElement::getBBox()
const
58 return SVGLocatable::getBBox(
this);
61AffineTransform SVGStyledLocatableElement::getCTM()
const
63 return SVGLocatable::getCTM(
this);
66AffineTransform SVGStyledLocatableElement::getScreenCTM()
const
68 return SVGLocatable::getScreenCTM(
this);
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by
doxygen 1.9.8 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.