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);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 22:03:47 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.