KHTML
Go to the documentation of this file.
24 #include "wtf/Platform.h"
33 SVGPathSegCurvetoQuadraticAbs::SVGPathSegCurvetoQuadraticAbs(
float x,
float y,
float x1,
float y1)
42 SVGPathSegCurvetoQuadraticAbs::~SVGPathSegCurvetoQuadraticAbs()
46 void SVGPathSegCurvetoQuadraticAbs::setX(
float x)
51 float SVGPathSegCurvetoQuadraticAbs::x()
const
56 void SVGPathSegCurvetoQuadraticAbs::setY(
float y)
61 float SVGPathSegCurvetoQuadraticAbs::y()
const
66 void SVGPathSegCurvetoQuadraticAbs::setX1(
float x1)
71 float SVGPathSegCurvetoQuadraticAbs::x1()
const
76 void SVGPathSegCurvetoQuadraticAbs::setY1(
float y1)
81 float SVGPathSegCurvetoQuadraticAbs::y1()
const
89 SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel(
float x,
float y,
float x1,
float y1)
98 SVGPathSegCurvetoQuadraticRel::~SVGPathSegCurvetoQuadraticRel()
102 void SVGPathSegCurvetoQuadraticRel::setX(
float x)
107 float SVGPathSegCurvetoQuadraticRel::x()
const
112 void SVGPathSegCurvetoQuadraticRel::setY(
float y)
117 float SVGPathSegCurvetoQuadraticRel::y()
const
122 void SVGPathSegCurvetoQuadraticRel::setX1(
float x1)
127 float SVGPathSegCurvetoQuadraticRel::x1()
const
132 void SVGPathSegCurvetoQuadraticRel::setY1(
float y1)
137 float SVGPathSegCurvetoQuadraticRel::y1()
const
144 #endif // ENABLE(SVG)
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.