KHTML
Go to the documentation of this file.
26 #ifndef SVGPaintServerSolid_h
27 #define SVGPaintServerSolid_h
35 class SVGPaintServerSolid :
public SVGPaintServer {
37 static PassRefPtr<SVGPaintServerSolid>
create() {
return adoptRef(
new SVGPaintServerSolid); }
38 virtual ~SVGPaintServerSolid();
40 virtual SVGPaintServerType type()
const {
return SolidPaintServer; }
43 void setColor(
const QColor&);
47 #if PLATFORM(CG) || PLATFORM(QT) || PLATFORM(CAIRO)
48 virtual bool setup(QPainter* painter, QPainterPath* painterPath,
const RenderObject*, SVGPaintTargetType,
bool isPaintingText)
const;
52 SVGPaintServerSolid();
61 #endif // SVGPaintServerSolid_h
KAction * create(StandardAction id, const QObject *recvr, const char *slot, QObject *parent)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:22 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.