Class: QgsMapRendererSequentialJob

class qgis.core.QgsMapRendererSequentialJob

Bases: QgsMapRendererQImageJob

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.

cancel(self)
cancelWithoutBlocking(self)
childEvent()
connectNotify()
customEvent()
disconnectNotify()
internalFinished(self)
isActive(self) → bool
Return type

bool

isSignalConnected()
receivers()
renderedImage(self) → QImage
Return type

QImage

sender()
senderSignalIndex()
start(self)
takeLabelingResults(self) → QgsLabelingResults
Return type

QgsLabelingResults

timerEvent()
usedCachedLabels(self) → bool
Return type

bool

waitForFinished(self)