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(self, QChildEvent)
connectNotify(self, QMetaMethod)
customEvent(self, QEvent)
disconnectNotify(self, QMetaMethod)
internalFinished(self)
isActive(self) bool
Return type:

bool

isSignalConnected(self, QMetaMethod) bool
receivers(self, PYQT_SIGNAL) int
renderedImage(self) QImage
Return type:

QImage

sender(self) QObject
senderSignalIndex(self) int
takeLabelingResults(self) QgsLabelingResults
Return type:

QgsLabelingResults

timerEvent(self, QTimerEvent)
usedCachedLabels(self) bool
Return type:

bool

waitForFinished(self)