![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcolrpaintgraphrenderer_p.h>
Definition at line 24 of file qcolrpaintgraphrenderer_p.h.
QT_BEGIN_NAMESPACE QColrPaintGraphRenderer::~QColrPaintGraphRenderer | ( | ) |
Definition at line 9 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::appendPath | ( | const QPainterPath & | path | ) |
Definition at line 64 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::beginCalculateBoundingBox | ( | ) |
Definition at line 238 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::beginRender | ( | qreal | pixelSizeScale, |
const QTransform & | transform ) |
Definition at line 271 of file qcolrpaintgraphrenderer.cpp.
|
inline |
Definition at line 30 of file qcolrpaintgraphrenderer_p.h.
|
inline |
Definition at line 33 of file qcolrpaintgraphrenderer_p.h.
|
inline |
Definition at line 32 of file qcolrpaintgraphrenderer_p.h.
void QColrPaintGraphRenderer::drawCurrentPath | ( | ) |
Definition at line 227 of file qcolrpaintgraphrenderer.cpp.
Definition at line 248 of file qcolrpaintgraphrenderer.cpp.
QImage QColrPaintGraphRenderer::endRender | ( | ) |
Definition at line 301 of file qcolrpaintgraphrenderer.cpp.
|
inline |
Definition at line 66 of file qcolrpaintgraphrenderer_p.h.
void QColrPaintGraphRenderer::prependTransform | ( | const QTransform & | transform | ) |
Definition at line 55 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::restore | ( | ) |
Definition at line 30 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::save | ( | ) |
Definition at line 17 of file qcolrpaintgraphrenderer.cpp.
Definition at line 29 of file qcolrpaintgraphrenderer_p.h.
Definition at line 43 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::setCompositionMode | ( | QPainter::CompositionMode | mode | ) |
Definition at line 261 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::setConicalGradient | ( | QPointF | center, |
qreal | startAngle, | ||
qreal | endAngle, | ||
QGradient::Spread | spread, | ||
const QGradientStops & | gradientStops ) |
Definition at line 151 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::setLinearGradient | ( | QPointF | p0, |
QPointF | p1, | ||
QPointF | p2, | ||
QGradient::Spread | spread, | ||
const QGradientStops & | gradientStops ) |
Definition at line 98 of file qcolrpaintgraphrenderer.cpp.
void QColrPaintGraphRenderer::setPath | ( | const QPainterPath & | path | ) |
Definition at line 77 of file qcolrpaintgraphrenderer.cpp.
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.
Definition at line 87 of file qcolrpaintgraphrenderer.cpp.