Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QColrPaintGraphRenderer Class Reference

#include <qcolrpaintgraphrenderer_p.h>

Collaboration diagram for QColrPaintGraphRenderer:

Public Member Functions

 ~QColrPaintGraphRenderer ()
void setBoundingRect (QRectF boundingRect)
QRectF boundingRect () const
QTransform currentTransform () const
QPainterPath currentPath () const
void save ()
void restore ()
void appendPath (const QPainterPath &path)
void setPath (const QPainterPath &path)
void prependTransform (const QTransform &transform)
void setSolidColor (QColor color)
void setRadialGradient (QPointF c0, qreal r0, QPointF c1, qreal r1, QGradient::Spread spread, const QGradientStops &gradientStops)
void setLinearGradient (QPointF p0, QPointF p1, QPointF p2, QGradient::Spread spread, const QGradientStops &gradientStops)
void setConicalGradient (QPointF center, qreal startAngle, qreal endAngle, QGradient::Spread spread, const QGradientStops &gradientStops)
void setCompositionMode (QPainter::CompositionMode mode)
void drawCurrentPath ()
void drawImage (const QImage &image)
void setClip (QRect rect)
void beginCalculateBoundingBox ()
void beginRender (qreal pixelSizeScale, const QTransform &transform)
QImage endRender ()
bool isRendering () const

Detailed Description

Definition at line 24 of file qcolrpaintgraphrenderer_p.h.

Constructor & Destructor Documentation

◆ ~QColrPaintGraphRenderer()

QT_BEGIN_NAMESPACE QColrPaintGraphRenderer::~QColrPaintGraphRenderer ( )

Definition at line 9 of file qcolrpaintgraphrenderer.cpp.

Member Function Documentation

◆ appendPath()

void QColrPaintGraphRenderer::appendPath ( const QPainterPath & path)

Definition at line 64 of file qcolrpaintgraphrenderer.cpp.

◆ beginCalculateBoundingBox()

void QColrPaintGraphRenderer::beginCalculateBoundingBox ( )

Definition at line 238 of file qcolrpaintgraphrenderer.cpp.

◆ beginRender()

void QColrPaintGraphRenderer::beginRender ( qreal pixelSizeScale,
const QTransform & transform )

Definition at line 271 of file qcolrpaintgraphrenderer.cpp.

◆ boundingRect()

QRectF QColrPaintGraphRenderer::boundingRect ( ) const
inline

Definition at line 30 of file qcolrpaintgraphrenderer_p.h.

◆ currentPath()

QPainterPath QColrPaintGraphRenderer::currentPath ( ) const
inline

Definition at line 33 of file qcolrpaintgraphrenderer_p.h.

◆ currentTransform()

QTransform QColrPaintGraphRenderer::currentTransform ( ) const
inline

Definition at line 32 of file qcolrpaintgraphrenderer_p.h.

◆ drawCurrentPath()

void QColrPaintGraphRenderer::drawCurrentPath ( )

Definition at line 227 of file qcolrpaintgraphrenderer.cpp.

◆ drawImage()

void QColrPaintGraphRenderer::drawImage ( const QImage & image)

Definition at line 248 of file qcolrpaintgraphrenderer.cpp.

◆ endRender()

QImage QColrPaintGraphRenderer::endRender ( )

Definition at line 301 of file qcolrpaintgraphrenderer.cpp.

◆ isRendering()

bool QColrPaintGraphRenderer::isRendering ( ) const
inline

Definition at line 66 of file qcolrpaintgraphrenderer_p.h.

◆ prependTransform()

void QColrPaintGraphRenderer::prependTransform ( const QTransform & transform)

Definition at line 55 of file qcolrpaintgraphrenderer.cpp.

◆ restore()

void QColrPaintGraphRenderer::restore ( )

Definition at line 30 of file qcolrpaintgraphrenderer.cpp.

◆ save()

void QColrPaintGraphRenderer::save ( )

Definition at line 17 of file qcolrpaintgraphrenderer.cpp.

◆ setBoundingRect()

void QColrPaintGraphRenderer::setBoundingRect ( QRectF boundingRect)
inline

Definition at line 29 of file qcolrpaintgraphrenderer_p.h.

◆ setClip()

void QColrPaintGraphRenderer::setClip ( QRect rect)

Definition at line 43 of file qcolrpaintgraphrenderer.cpp.

◆ setCompositionMode()

void QColrPaintGraphRenderer::setCompositionMode ( QPainter::CompositionMode mode)

Definition at line 261 of file qcolrpaintgraphrenderer.cpp.

◆ setConicalGradient()

void QColrPaintGraphRenderer::setConicalGradient ( QPointF center,
qreal startAngle,
qreal endAngle,
QGradient::Spread spread,
const QGradientStops & gradientStops )

Definition at line 151 of file qcolrpaintgraphrenderer.cpp.

◆ setLinearGradient()

void QColrPaintGraphRenderer::setLinearGradient ( QPointF p0,
QPointF p1,
QPointF p2,
QGradient::Spread spread,
const QGradientStops & gradientStops )

Definition at line 98 of file qcolrpaintgraphrenderer.cpp.

◆ setPath()

void QColrPaintGraphRenderer::setPath ( const QPainterPath & path)

Definition at line 77 of file qcolrpaintgraphrenderer.cpp.

◆ setRadialGradient()

void QColrPaintGraphRenderer::setRadialGradient ( QPointF c0,
qreal r0,
QPointF c1,
qreal r1,
QGradient::Spread spread,
const QGradientStops & gradientStops )

Definition at line 192 of file qcolrpaintgraphrenderer.cpp.

◆ setSolidColor()

void QColrPaintGraphRenderer::setSolidColor ( QColor color)

Definition at line 87 of file qcolrpaintgraphrenderer.cpp.


The documentation for this class was generated from the following files: