Go to the documentation of this file.
24#include "wtf/Platform.h"
33SVGPathSegMovetoAbs::SVGPathSegMovetoAbs(
float x,
float y)
40SVGPathSegMovetoAbs::~SVGPathSegMovetoAbs()
44void SVGPathSegMovetoAbs::setX(
float x)
49float SVGPathSegMovetoAbs::x()
const
54void SVGPathSegMovetoAbs::setY(
float y)
59float SVGPathSegMovetoAbs::y()
const
67SVGPathSegMovetoRel::SVGPathSegMovetoRel(
float x,
float y)
74SVGPathSegMovetoRel::~SVGPathSegMovetoRel()
78void SVGPathSegMovetoRel::setX(
float x)
83float SVGPathSegMovetoRel::x()
const
88void SVGPathSegMovetoRel::setY(
float y)
93float SVGPathSegMovetoRel::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.