|
| QStylePainter () |
|
| QStylePainter (QPaintDevice *device, QWidget *widget) |
|
| QStylePainter (QWidget *widget) |
|
bool | begin (QPaintDevice *device, QWidget *widget) |
|
bool | begin (QWidget *widget) |
|
void | drawComplexControl (QStyle::ComplexControl cc, const QStyleOptionComplex &option) |
|
void | drawControl (QStyle::ControlElement ce, const QStyleOption &option) |
|
void | drawItemPixmap (const QRect &rect, int flags, const QPixmap &pixmap) |
|
void | drawItemText (const QRect &rect, int flags, const QPalette &palette, bool enabled, const QString &text, QPalette::ColorRole textRole=QPalette::NoRole) |
|
void | drawPrimitive (QStyle::PrimitiveElement pe, const QStyleOption &option) |
|
QStyle * | style () const |
|
| QPainter () |
|
| QPainter (QPaintDevice *device) |
|
| ~QPainter () |
|
const QBrush & | background () const |
|
Qt::BGMode | backgroundMode () const |
|
bool | begin (QPaintDevice *device) |
|
void | beginNativePainting () |
|
QRect | boundingRect (const QRect &rect, int flags, const QString &text) |
|
QRectF | boundingRect (const QRectF &rect, const QString &text, const QTextOption &option=QTextOption ()) |
|
QRectF | boundingRect (const QRectF &rect, int flags, const QString &text) |
|
QRect | boundingRect (int x, int y, int width, int height, int flags, const QString &text) |
|
const QBrush & | brush () const |
|
QPoint | brushOrigin () const |
|
QRectF | clipBoundingRect () const |
|
QPainterPath | clipPath () const |
|
QRegion | clipRegion () const |
|
QMatrix | combinedMatrix () const |
|
QTransform | combinedTransform () const |
|
CompositionMode | compositionMode () const |
|
QPaintDevice * | device () const |
|
const QMatrix & | deviceMatrix () const |
|
const QTransform & | deviceTransform () const |
|
void | drawArc (const QRect &rect, int startAngle, int arcLength) |
|
void | drawArc (const QRectF &rect, int startAngle, int arcLength) |
|
void | drawArc (int x, int y, int width, int height, int startAngle, int arcLength) |
|
void | drawChord (const QRect &rect, int startAngle, int arcLength) |
|
void | drawChord (const QRectF &rect, int startAngle, int arcLength) |
|
void | drawChord (int x, int y, int width, int height, int startAngle, int arcLength) |
|
void | drawConvexPolygon (const QPoint *points, int pointCount) |
|
void | drawConvexPolygon (const QPointF *points, int pointCount) |
|
void | drawConvexPolygon (const QPolygon &polygon) |
|
void | drawConvexPolygon (const QPolygonF &polygon) |
|
void | drawEllipse (const QPoint ¢er, int rx, int ry) |
|
void | drawEllipse (const QPointF ¢er, qreal rx, qreal ry) |
|
void | drawEllipse (const QRect &rect) |
|
void | drawEllipse (const QRectF &rect) |
|
void | drawEllipse (int x, int y, int width, int height) |
|
void | drawGlyphRun (const QPointF &point, const QGlyphRun &glyphs) |
|
void | drawImage (const QPoint &point, const QImage &image) |
|
void | drawImage (const QPoint &point, const QImage &image, const QRect &sourceRect, Qt::ImageConversionFlags flags=Qt::AutoColor) |
|
void | drawImage (const QPointF &point, const QImage &image) |
|
void | drawImage (const QPointF &point, const QImage &image, const QRectF &sourceRect, Qt::ImageConversionFlags flags=Qt::AutoColor) |
|
void | drawImage (const QRect &rect, const QImage &image) |
|
void | drawImage (const QRect &targetRect, const QImage &image, const QRect &sourceRect, Qt::ImageConversionFlags flags=Qt::AutoColor) |
|
void | drawImage (const QRectF &rect, const QImage &image) |
|
void | drawImage (const QRectF &targetRect, const QImage &image, const QRectF &sourceRect, Qt::ImageConversionFlags flags=Qt::AutoColor) |
|
void | drawImage (int x, int y, const QImage &image, int sx=0, int sy=0, int sw=-1, int sh=-1, Qt::ImageConversionFlags flags=Qt::AutoColor) |
|
void | drawLine (const QLine &line) |
|
void | drawLine (const QLineF &line) |
|
void | drawLine (const QPoint &point1, const QPoint &point2) |
|
void | drawLine (const QPointF &point1, const QPointF &point2) |
|
void | drawLine (int x1, int y1, int x2, int y2) |
|
void | drawLines (const QLine *lines, int lineCount) |
|
void | drawLines (const QLineF *lines, int lineCount) |
|
void | drawLines (const QPoint *points, int lineCount) |
|
void | drawLines (const QPointF *points, int lineCount) |
|
void | drawLines (const QVector< QLine > &lines) |
|
void | drawLines (const QVector< QLineF > &lines) |
|
void | drawLines (const QVector< QPoint > &points) |
|
void | drawLines (const QVector< QPointF > &points) |
|
void | drawPath (const QPainterPath &path) |
|
void | drawPicture (const QPoint &point, const QPicture &picture) |
|
void | drawPicture (const QPointF &point, const QPicture &picture) |
|
void | drawPicture (int x, int y, const QPicture &picture) |
|
void | drawPie (const QRect &rect, int startAngle, int arcLength) |
|
void | drawPie (const QRectF &rect, int startAngle, int arcLength) |
|
void | drawPie (int x, int y, int width, int height, int startAngle, int arcLength) |
|
void | drawPixmap (const QPoint &point, const QPixmap &pixmap) |
|
void | drawPixmap (const QPoint &point, const QPixmap &pixmap, const QRect &sourceRect) |
|
void | drawPixmap (const QPointF &point, const QPixmap &pixmap) |
|
void | drawPixmap (const QPointF &point, const QPixmap &pixmap, const QRectF &sourceRect) |
|
void | drawPixmap (const QRect &rect, const QPixmap &pixmap) |
|
void | drawPixmap (const QRect &targetRect, const QPixmap &pixmap, const QRect &sourceRect) |
|
void | drawPixmap (const QRectF &targetRect, const QPixmap &pixmap, const QRectF &sourceRect) |
|
void | drawPixmap (int x, int y, const QPixmap &pixmap) |
|
void | drawPixmap (int x, int y, const QPixmap &pixmap, int sx, int sy, int sw, int sh) |
|
void | drawPixmap (int x, int y, int width, int height, const QPixmap &pixmap) |
|
void | drawPixmap (int x, int y, int width, int height, const QPixmap &pixmap, int sx, int sy, int sw, int sh) |
|
void | drawPixmapFragments (const PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, PixmapFragmentHints hints=PixmapFragmentHints ()) |
|
void | drawPoint (const QPoint &point) |
|
void | drawPoint (const QPointF &point) |
|
void | drawPoint (int x, int y) |
|
void | drawPoints (const QPoint *points, int pointCount) |
|
void | drawPoints (const QPointF *points, int pointCount) |
|
void | drawPoints (const QPolygon &polygon) |
|
void | drawPoints (const QPolygonF &polygon) |
|
void | drawPolygon (const QPoint *points, int pointCount, Qt::FillRule fillRule=Qt::OddEvenFill) |
|
void | drawPolygon (const QPointF *points, int pointCount, Qt::FillRule fillRule=Qt::OddEvenFill) |
|
void | drawPolygon (const QPolygon &polygon, Qt::FillRule fillRule=Qt::OddEvenFill) |
|
void | drawPolygon (const QPolygonF &polygon, Qt::FillRule fillRule=Qt::OddEvenFill) |
|
void | drawPolyline (const QPoint *points, int pointCount) |
|
void | drawPolyline (const QPointF *points, int pointCount) |
|
void | drawPolyline (const QPolygon &polygon) |
|
void | drawPolyline (const QPolygonF &polygon) |
|
void | drawRect (const QRect &rect) |
|
void | drawRect (const QRectF &rect) |
|
void | drawRect (int x, int y, int width, int height) |
|
void | drawRects (const QRect *rects, int rectCount) |
|
void | drawRects (const QRectF *rects, int rectCount) |
|
void | drawRects (const QVector< QRect > &rectangles) |
|
void | drawRects (const QVector< QRectF > &rectangles) |
|
void | drawRoundedRect (const QRect &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize) |
|
void | drawRoundedRect (const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize) |
|
void | drawRoundedRect (int x, int y, int width, int height, qreal xRadius, qreal yRadius, Qt::SizeMode mode=Qt::AbsoluteSize) |
|
void | drawRoundRect (const QRect &rect, int xRound=25, int yRound=25) |
|
void | drawRoundRect (const QRectF &rect, int xRound=25, int yRound=25) |
|
void | drawRoundRect (int x, int y, int width, int height, int xRound=25, int yRound=25) |
|
void | drawStaticText (const QPoint &topLeftPosition, const QStaticText &staticText) |
|
void | drawStaticText (const QPointF &topLeftPosition, const QStaticText &staticText) |
|
void | drawStaticText (int left, int top, const QStaticText &staticText) |
|
void | drawText (const QPoint &point, const QString &text) |
|
void | drawText (const QPointF &point, const QString &text) |
|
void | drawText (const QRect &rect, int flags, const QString &text, QRect *boundingRect=nullptr) |
|
void | drawText (const QRectF &rect, const QString &text, const QTextOption &option=QTextOption ()) |
|
void | drawText (const QRectF &rect, int flags, const QString &text, QRectF *boundingRect=nullptr) |
|
void | drawText (int x, int y, const QString &text) |
|
void | drawText (int x, int y, int width, int height, int flags, const QString &text, QRect *boundingRect=nullptr) |
|
void | drawTiledPixmap (const QRect &rect, const QPixmap &pixmap, const QPoint &point=QPoint ()) |
|
void | drawTiledPixmap (const QRectF &rect, const QPixmap &pixmap, const QPointF &point=QPointF ()) |
|
void | drawTiledPixmap (int x, int y, int width, int height, const QPixmap &pixmap, int sx=0, int sy=0) |
|
bool | end () |
|
void | endNativePainting () |
|
void | eraseRect (const QRect &rect) |
|
void | eraseRect (const QRectF &rect) |
|
void | eraseRect (int x, int y, int width, int height) |
|
void | fillPath (const QPainterPath &path, const QBrush &brush) |
|
void | fillRect (const QRect &rect, const QBrush &brush) |
|
void | fillRect (const QRect &rect, const QColor &color) |
|
void | fillRect (const QRect &rect, Qt::BrushStyle style) |
|
void | fillRect (const QRect &rect, Qt::GlobalColor color) |
|
void | fillRect (const QRectF &rect, const QBrush &brush) |
|
void | fillRect (const QRectF &rect, const QColor &color) |
|
void | fillRect (const QRectF &rect, Qt::BrushStyle style) |
|
void | fillRect (const QRectF &rect, Qt::GlobalColor color) |
|
void | fillRect (int x, int y, int width, int height, const QBrush &brush) |
|
void | fillRect (int x, int y, int width, int height, const QColor &color) |
|
void | fillRect (int x, int y, int width, int height, Qt::BrushStyle style) |
|
void | fillRect (int x, int y, int width, int height, Qt::GlobalColor color) |
|
const QFont & | font () const |
|
QFontInfo | fontInfo () const |
|
QFontMetrics | fontMetrics () const |
|
bool | hasClipping () const |
|
void | initFrom (const QPaintDevice *device) |
|
bool | isActive () const |
|
Qt::LayoutDirection | layoutDirection () const |
|
const QMatrix & | matrix () const |
|
bool | matrixEnabled () const |
|
qreal | opacity () const |
|
QPaintEngine * | paintEngine () const |
|
const QPen & | pen () const |
|
RenderHints | renderHints () const |
|
void | resetMatrix () |
|
void | resetTransform () |
|
void | restore () |
|
void | rotate (qreal angle) |
|
void | save () |
|
void | scale (qreal sx, qreal sy) |
|
void | setBackground (const QBrush &brush) |
|
void | setBackgroundMode (Qt::BGMode mode) |
|
void | setBrush (const QBrush &brush) |
|
void | setBrush (Qt::BrushStyle style) |
|
void | setBrushOrigin (const QPoint &point) |
|
void | setBrushOrigin (const QPointF &point) |
|
void | setBrushOrigin (int x, int y) |
|
void | setClipPath (const QPainterPath &path, Qt::ClipOperation operation=Qt::ReplaceClip) |
|
void | setClipping (bool enable) |
|
void | setClipRect (const QRect &rect, Qt::ClipOperation operation=Qt::ReplaceClip) |
|
void | setClipRect (const QRectF &rect, Qt::ClipOperation operation=Qt::ReplaceClip) |
|
void | setClipRect (int x, int y, int width, int height, Qt::ClipOperation operation=Qt::ReplaceClip) |
|
void | setClipRegion (const QRegion ®ion, Qt::ClipOperation operation=Qt::ReplaceClip) |
|
void | setCompositionMode (CompositionMode mode) |
|
void | setFont (const QFont &font) |
|
void | setLayoutDirection (Qt::LayoutDirection direction) |
|
void | setMatrix (const QMatrix &matrix, bool combine=false) |
|
void | setMatrixEnabled (bool enable) |
|
void | setOpacity (qreal opacity) |
|
void | setPen (const QColor &color) |
|
void | setPen (const QPen &pen) |
|
void | setPen (Qt::PenStyle style) |
|
void | setRenderHint (RenderHint hint, bool on=true) |
|
void | setRenderHints (RenderHints hints, bool on=true) |
|
void | setTransform (const QTransform &transform, bool combine=false) |
|
void | setViewport (const QRect &viewport) |
|
void | setViewport (int x, int y, int width, int height) |
|
void | setViewTransformEnabled (bool enable) |
|
void | setWindow (const QRect &window) |
|
void | setWindow (int x, int y, int width, int height) |
|
void | setWorldMatrix (const QMatrix &matrix, bool combine=false) |
|
void | setWorldMatrixEnabled (bool enable) |
|
void | setWorldTransform (const QTransform &matrix, bool combine=false) |
|
void | shear (qreal sh, qreal sv) |
|
void | strokePath (const QPainterPath &path, const QPen &pen) |
|
bool | testRenderHint (RenderHint hint) const |
|
const QTransform & | transform () const |
|
void | translate (const QPoint &offset) |
|
void | translate (const QPointF &offset) |
|
void | translate (qreal dx, qreal dy) |
|
QRect | viewport () const |
|
bool | viewTransformEnabled () const |
|
QRect | window () const |
|
const QMatrix & | worldMatrix () const |
|
bool | worldMatrixEnabled () const |
|
const QTransform & | worldTransform () const |
|