mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add empty line for list rendering
This commit is contained in:
parent
b4b2a6e9de
commit
493a8c814f
@ -24,6 +24,7 @@ operation is quite important because the rendering can take considerable
|
||||
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
|
||||
@ -33,6 +34,7 @@ Common use case:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user