equal
deleted
inserted
replaced
131 void drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode); |
131 void drawPolygon(const QPoint *points, int pointCount, PolygonDrawMode mode); |
132 void drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s); |
132 void drawTiledPixmap(const QRectF &r, const QPixmap &pixmap, const QPointF &s); |
133 void drawImage(const QRectF &r, const QImage &image, const QRectF &sr, |
133 void drawImage(const QRectF &r, const QImage &image, const QRectF &sr, |
134 Qt::ImageConversionFlags conversionFlags); |
134 Qt::ImageConversionFlags conversionFlags); |
135 void drawTextItem(const QPointF &p, const QTextItem &ti); |
135 void drawTextItem(const QPointF &p, const QTextItem &ti); |
|
136 void drawStaticTextItem(QStaticTextItem *staticTextItem); |
136 |
137 |
137 void drawEllipse(const QRectF &rect); |
138 void drawEllipse(const QRectF &rect); |
138 |
139 |
139 #ifdef Q_WS_WIN |
140 #ifdef Q_WS_WIN |
140 HDC handle() const; |
141 HDC handle() const; |