KHTML
Go to the documentation of this file.
23 #ifndef SVGPathSegLinetoHorizontal_h
24 #define SVGPathSegLinetoHorizontal_h
32 class SVGPathSegLinetoHorizontalAbs :
public SVGPathSeg {
34 static PassRefPtr<SVGPathSegLinetoHorizontalAbs>
create(
float x) {
return adoptRef(
new SVGPathSegLinetoHorizontalAbs(x)); }
35 virtual ~SVGPathSegLinetoHorizontalAbs();
37 virtual unsigned short pathSegType()
const {
return PATHSEG_LINETO_HORIZONTAL_ABS; }
38 virtual String pathSegTypeAsLetter()
const {
return "H"; }
45 SVGPathSegLinetoHorizontalAbs(
float x);
49 class SVGPathSegLinetoHorizontalRel :
public SVGPathSeg {
51 static PassRefPtr<SVGPathSegLinetoHorizontalRel>
create(
float x) {
return adoptRef(
new SVGPathSegLinetoHorizontalRel(x)); }
52 virtual ~SVGPathSegLinetoHorizontalRel();
54 virtual unsigned short pathSegType()
const {
return PATHSEG_LINETO_HORIZONTAL_REL; }
55 virtual String pathSegTypeAsLetter()
const {
return "h"; }
62 SVGPathSegLinetoHorizontalRel(
float x);
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 Jan 30 2020 00:00:00 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.