Class: QgsMapRendererSequentialJob¶
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.
Class Hierarchy¶
Base classes¶
Intermediate base class adding functionality that allows a client to query the rendered image. |
|
Abstract base class for map rendering implementations. |
|
Methods