KSVGIconPainter Class Reference
List of all members.Detailed Description
Definition at line 33 of file ksvgiconpainter.h.
Public Member Functions | |
KSVGIconPainter (int width, int height) | |
~KSVGIconPainter () | |
void | setDrawWidth (int dwidth) |
void | setDrawHeight (int dheight) |
QImage * | image () |
QWMatrix * | worldMatrix () |
void | finish () |
void | setUseFill (bool fill) |
void | setUseStroke (bool stroke) |
void | setStrokeWidth (double width) |
void | setStrokeMiterLimit (const QString &miter) |
void | setCapStyle (const QString &cap) |
void | setJoinStyle (const QString &join) |
void | setStrokeColor (const QString &stroke) |
void | setFillColor (const QString &fill) |
void | setFillRule (const QString &fillRule) |
void | setOpacity (const QString &opacity) |
void | setFillOpacity (const QString &fillOpacity) |
void | setStrokeOpacity (const QString &strokeOpacity) |
void | setStrokeDashOffset (const QString &dashOffset) |
void | setStrokeDashArray (const QString &dashes) |
void | setWorldMatrix (QWMatrix *worldMatrix) |
void | setClippingRect (int x, int y, int w, int h) |
void | drawRectangle (double x, double y, double w, double h, double rx, double ry) |
void | drawEllipse (double cx, double cy, double rx, double ry) |
void | drawLine (double x1, double y1, double x2, double y2) |
void | drawPolyline (QPointArray polyArray, int points=-1) |
void | drawPolygon (QPointArray polyArray) |
void | drawPath (const QString &data, bool fill) |
void | drawImage (double x, double y, QImage &image) |
QColor | parseColor (const QString ¶m) |
Q_UINT32 | toArtColor (const QColor &color) |
Q_UINT32 | parseOpacity (const QString &data) |
double | toPixel (const QString &s, bool hmode) |
double | dpi () |
ArtGradientLinear * | linearGradient (const QString &id) |
void | addLinearGradient (const QString &id, ArtGradientLinear *gradient) |
QDomElement | linearGradientElement (ArtGradientLinear *linear) |
void | addLinearGradientElement (ArtGradientLinear *gradient, QDomElement element) |
ArtGradientRadial * | radialGradient (const QString &id) |
void | addRadialGradient (const QString &id, ArtGradientRadial *gradient) |
QDomElement | radialGradientElement (ArtGradientRadial *radial) |
void | addRadialGradientElement (ArtGradientRadial *gradient, QDomElement element) |
QWMatrix | parseTransform (const QString &transform) |
The documentation for this class was generated from the following files: