SVN_SILENT: --tabs
svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=691039
This commit is contained in:
parent
09d1546b2c
commit
0314b60615
6
svg.h
6
svg.h
@ -93,7 +93,7 @@ class PLASMA_EXPORT Svg : public QObject
|
|||||||
* drawn starting at this point.
|
* drawn starting at this point.
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE void paint(QPainter* painter, const QPointF& point,
|
Q_INVOKABLE void paint(QPainter* painter, const QPointF& point,
|
||||||
const QString& elementID = QString());
|
const QString& elementID = QString());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Paints the SVG represented by this object
|
* Paints the SVG represented by this object
|
||||||
@ -102,7 +102,7 @@ class PLASMA_EXPORT Svg : public QObject
|
|||||||
* @arg y the vertical coordinate to start painting from
|
* @arg y the vertical coordinate to start painting from
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE void paint(QPainter* painter, int x, int y,
|
Q_INVOKABLE void paint(QPainter* painter, int x, int y,
|
||||||
const QString& elementID = QString());
|
const QString& elementID = QString());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Paints the SVG represented by this object
|
* Paints the SVG represented by this object
|
||||||
@ -112,7 +112,7 @@ class PLASMA_EXPORT Svg : public QObject
|
|||||||
* drawn starting at this point.
|
* drawn starting at this point.
|
||||||
*/
|
*/
|
||||||
Q_INVOKABLE void paint(QPainter* painter, const QRectF& rect,
|
Q_INVOKABLE void paint(QPainter* painter, const QRectF& rect,
|
||||||
const QString& elementID = QString());
|
const QString& elementID = QString());
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resizes the rendered image. Rendering will actually take place on
|
* Resizes the rendered image. Rendering will actually take place on
|
||||||
|
Loading…
Reference in New Issue
Block a user