Skip to content

Commit

Permalink
Allow better rendering for list items
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 17, 2019
1 parent 3225f49 commit b4b2a6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsmaprendererjob.h
Expand Up @@ -114,6 +114,7 @@ struct LabelRenderJob
* amount of time.
*
* Common use case:
*
* 0. prepare QgsMapSettings with rendering configuration (extent, layer, map size, ...)
* 1. create QgsMapRendererJob subclass with QgsMapSettings instance
* 2. connect to job's finished() signal
Expand All @@ -123,6 +124,7 @@ struct LabelRenderJob
* It is possible to cancel the rendering job while it is active by calling cancel() function.
*
* The following subclasses are available:
*
* - QgsMapRendererSequentialJob - renders map in one background thread to an image
* - QgsMapRendererParallelJob - renders map in multiple background threads to an image
* - QgsMapRendererCustomPainterJob - renders map with given QPainter in one background thread
Expand Down

0 comments on commit b4b2a6e

Please sign in to comment.