KHTML
Go to the documentation of this file.
23 #ifndef SVGPathSegLinetoVertical_h
24 #define SVGPathSegLinetoVertical_h
32 class SVGPathSegLinetoVerticalAbs :
public SVGPathSeg {
34 static PassRefPtr<SVGPathSegLinetoVerticalAbs>
create(
float y) {
return adoptRef(
new SVGPathSegLinetoVerticalAbs(y)); }
35 virtual~SVGPathSegLinetoVerticalAbs();
37 virtual unsigned short pathSegType()
const {
return PATHSEG_LINETO_VERTICAL_ABS; }
38 virtual String pathSegTypeAsLetter()
const {
return "V"; }
45 SVGPathSegLinetoVerticalAbs(
float y);
50 class SVGPathSegLinetoVerticalRel :
public SVGPathSeg {
52 static PassRefPtr<SVGPathSegLinetoVerticalRel>
create(
float y) {
return adoptRef(
new SVGPathSegLinetoVerticalRel(y)); }
53 virtual ~SVGPathSegLinetoVerticalRel();
55 virtual unsigned short pathSegType()
const {
return PATHSEG_LINETO_VERTICAL_REL; }
56 virtual String pathSegTypeAsLetter()
const {
return "v"; }
63 SVGPathSegLinetoVerticalRel(
float y);
KAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)
static DOMString format(const char *format,...)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.