QGIS API Documentation
2.6.0-Brighton
|
Job implementation that renders everything sequentially in one thread. More...
#include <qgsmaprenderersequentialjob.h>
Public Slots | |
void | internalFinished () |
Public Member Functions | |
QgsMapRendererSequentialJob (const QgsMapSettings &settings) | |
~QgsMapRendererSequentialJob () | |
virtual void | start () |
Start the rendering job and immediately return. | |
virtual void | cancel () |
Stop the rendering job - does not return until the job has terminated. | |
virtual void | waitForFinished () |
Block until the job has finished. | |
virtual bool | isActive () const |
Tell whether the rendering job is currently running in background. | |
virtual QgsLabelingResults * | takeLabelingResults () |
Get pointer to internal labeling engine (in order to get access to the results) | |
virtual QImage | renderedImage () |
Get a preview/resulting image. | |
Public Member Functions inherited from QgsMapRendererQImageJob | |
QgsMapRendererQImageJob (const QgsMapSettings &settings) | |
Public Member Functions inherited from QgsMapRendererJob | |
QgsMapRendererJob (const QgsMapSettings &settings) | |
virtual | ~QgsMapRendererJob () |
Errors | errors () const |
List of errors that happened during the rendering job - available when the rendering has been finished. | |
void | setCache (QgsMapRendererCache *cache) |
Assign a cache to be used for reading and storing rendered images of individual layers. | |
void | setRequestedGeometryCacheForLayers (const QStringList &layerIds) |
Set which vector layers should be cached while rendering. | |
int | renderingTime () const |
Find out how log it took to finish the job (in miliseconds) |
Protected Attributes | |
QgsMapRendererCustomPainterJob * | mInternalJob |
QImage | mImage |
QPainter * | mPainter |
QgsLabelingResults * | mLabelingResults |
Additional Inherited Members | |
Public Types inherited from QgsMapRendererJob | |
typedef QList< Error > | Errors |
Signals inherited from QgsMapRendererJob | |
void | finished () |
emitted when asynchronous rendering is finished (or canceled). | |
Protected Member Functions inherited from QgsMapRendererJob | |
LayerRenderJobs | prepareJobs (QPainter *painter, QgsPalLabeling *labelingEngine) |
void | cleanupJobs (LayerRenderJobs &jobs) |
bool | needTemporaryImage (QgsMapLayer *ml) |
void | updateLayerGeometryCaches () |
called when rendering has finished to update all layers' geometry caches | |
Static Protected Member Functions inherited from QgsMapRendererJob | |
static bool | reprojectToLayerExtent (const QgsCoordinateTransform *ct, bool layerCrsGeographic, QgsRectangle &extent, QgsRectangle &r2) |
Convenience function to project an extent into the layer source CRS, but also split it into two extents if it crosses the +/- 180 degree line. | |
static QImage | composeImage (const QgsMapSettings &settings, const LayerRenderJobs &jobs) |
static void | drawLabeling (const QgsMapSettings &settings, QgsRenderContext &renderContext, QgsPalLabeling *labelingEngine, QPainter *painter) |
static void | drawOldLabeling (const QgsMapSettings &settings, QgsRenderContext &renderContext) |
static void | drawNewLabeling (const QgsMapSettings &settings, QgsRenderContext &renderContext, QgsPalLabeling *labelingEngine) |
Job implementation that renders everything sequentially in one thread.
The resulting map image can be retrieved with renderedImage() function. It is safe to call that function while rendering is active to see preview of the map.
QgsMapRendererSequentialJob::QgsMapRendererSequentialJob | ( | const QgsMapSettings & | settings | ) |
QgsMapRendererSequentialJob::~QgsMapRendererSequentialJob | ( | ) |
|
virtual |
Stop the rendering job - does not return until the job has terminated.
Does nothing if the rendering is not active.
Implements QgsMapRendererJob.
|
slot |
|
virtual |
Tell whether the rendering job is currently running in background.
Implements QgsMapRendererJob.
|
virtual |
Get a preview/resulting image.
Implements QgsMapRendererQImageJob.
|
virtual |
Start the rendering job and immediately return.
Does nothing if the rendering is already in progress.
Implements QgsMapRendererJob.
|
virtual |
Get pointer to internal labeling engine (in order to get access to the results)
Implements QgsMapRendererJob.
|
virtual |
Block until the job has finished.
Implements QgsMapRendererJob.
|
protected |
|
protected |
|
protected |
|
protected |