KHTML
Go to the documentation of this file. 24 #include "wtf/Platform.h" 33 SVGPathSegMovetoAbs::SVGPathSegMovetoAbs(
float x,
float y)
40 SVGPathSegMovetoAbs::~SVGPathSegMovetoAbs()
44 void SVGPathSegMovetoAbs::setX(
float x)
49 float SVGPathSegMovetoAbs::x()
const 54 void SVGPathSegMovetoAbs::setY(
float y)
59 float SVGPathSegMovetoAbs::y()
const 67 SVGPathSegMovetoRel::SVGPathSegMovetoRel(
float x,
float y)
74 SVGPathSegMovetoRel::~SVGPathSegMovetoRel()
78 void SVGPathSegMovetoRel::setX(
float x)
83 float SVGPathSegMovetoRel::x()
const 88 void SVGPathSegMovetoRel::setY(
float y)
93 float SVGPathSegMovetoRel::y()
const 100 #endif // ENABLE(SVG)
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed May 11 2016 01:43:09 by
doxygen 1.8.11 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.