mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
59 lines
1.9 KiB
Plaintext
59 lines
1.9 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/maprenderer/qgsmaprenderersequentialjob.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
class QgsMapRendererSequentialJob : QgsMapRendererQImageJob
|
|
{
|
|
%Docstring(signature="appended")
|
|
Job implementation that renders everything sequentially in one thread.
|
|
|
|
The resulting map image can be retrieved with :py:func:`~renderedImage` function.
|
|
It is safe to call that function while rendering is active to see preview of the map.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsmaprenderersequentialjob.h"
|
|
%End
|
|
public:
|
|
QgsMapRendererSequentialJob( const QgsMapSettings &settings );
|
|
~QgsMapRendererSequentialJob();
|
|
|
|
virtual void cancel();
|
|
|
|
virtual void cancelWithoutBlocking();
|
|
|
|
virtual void waitForFinished();
|
|
|
|
virtual bool isActive() const;
|
|
|
|
|
|
virtual bool usedCachedLabels() const;
|
|
|
|
virtual QgsLabelingResults *takeLabelingResults() /Transfer/;
|
|
|
|
|
|
virtual QImage renderedImage();
|
|
|
|
|
|
public slots:
|
|
|
|
void internalFinished();
|
|
|
|
};
|
|
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/core/maprenderer/qgsmaprenderersequentialjob.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|