KHTML
Go to the documentation of this file.
24 #include "wtf/Platform.h"
32 SVGPathSegCurvetoCubicSmoothAbs::SVGPathSegCurvetoCubicSmoothAbs(
float x,
float y,
float x2,
float y2)
41 SVGPathSegCurvetoCubicSmoothAbs::~SVGPathSegCurvetoCubicSmoothAbs()
45 void SVGPathSegCurvetoCubicSmoothAbs::setX(
float x)
50 float SVGPathSegCurvetoCubicSmoothAbs::x()
const
55 void SVGPathSegCurvetoCubicSmoothAbs::setY(
float y)
60 float SVGPathSegCurvetoCubicSmoothAbs::y()
const
65 void SVGPathSegCurvetoCubicSmoothAbs::setX2(
float x2)
70 float SVGPathSegCurvetoCubicSmoothAbs::x2()
const
75 void SVGPathSegCurvetoCubicSmoothAbs::setY2(
float y2)
80 float SVGPathSegCurvetoCubicSmoothAbs::y2()
const
87 SVGPathSegCurvetoCubicSmoothRel::SVGPathSegCurvetoCubicSmoothRel(
float x,
float y,
float x2,
float y2)
96 SVGPathSegCurvetoCubicSmoothRel::~SVGPathSegCurvetoCubicSmoothRel()
100 void SVGPathSegCurvetoCubicSmoothRel::setX(
float x)
105 float SVGPathSegCurvetoCubicSmoothRel::x()
const
110 void SVGPathSegCurvetoCubicSmoothRel::setY(
float y)
115 float SVGPathSegCurvetoCubicSmoothRel::y()
const
120 void SVGPathSegCurvetoCubicSmoothRel::setX2(
float x2)
125 float SVGPathSegCurvetoCubicSmoothRel::x2()
const
130 void SVGPathSegCurvetoCubicSmoothRel::setY2(
float y2)
135 float SVGPathSegCurvetoCubicSmoothRel::y2()
const
142 #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.