Go to the documentation of this file.
24#include "wtf/Platform.h"
33SVGPathSegLinetoAbs::SVGPathSegLinetoAbs(
float x,
float y)
40SVGPathSegLinetoAbs::~SVGPathSegLinetoAbs()
44void SVGPathSegLinetoAbs::setX(
float x)
49float SVGPathSegLinetoAbs::x()
const
54void SVGPathSegLinetoAbs::setY(
float y)
59float SVGPathSegLinetoAbs::y()
const
64SVGPathSegLinetoRel::SVGPathSegLinetoRel(
float x,
float y)
71SVGPathSegLinetoRel::~SVGPathSegLinetoRel()
75void SVGPathSegLinetoRel::setX(
float x)
80float SVGPathSegLinetoRel::x()
const
85void SVGPathSegLinetoRel::setY(
float y)
90float SVGPathSegLinetoRel::y()
const
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on
by
doxygen 1.15.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.