QGIS/python/core/auto_generated/qgsmaprenderersequentialjob.sip.in

63 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-05-14 09:48:41 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsmaprenderersequentialjob.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMapRendererSequentialJob : QgsMapRendererQImageJob
{
2017-05-14 09:48:41 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Job implementation that renders everything sequentially in one thread.
2017-05-14 09:48:41 +02:00
The resulting map image can be retrieved with :py:func:`~renderedImage` function.
2017-12-15 10:36:55 -04:00
It is safe to call that function while rendering is active to see preview of the map.
2017-05-14 09:48:41 +02:00
.. versionadded:: 2.4
%End
2017-05-14 09:48:41 +02:00
%TypeHeaderCode
#include "qgsmaprenderersequentialjob.h"
%End
public:
QgsMapRendererSequentialJob( const QgsMapSettings &settings );
~QgsMapRendererSequentialJob();
virtual void start();
virtual void cancel();
virtual void cancelWithoutBlocking();
virtual void waitForFinished();
virtual bool isActive() const;
2017-05-14 09:48:41 +02:00
virtual bool usedCachedLabels() const;
virtual QgsLabelingResults *takeLabelingResults() /Transfer/;
virtual QImage renderedImage();
public slots:
void internalFinished();
2017-05-14 09:48:41 +02:00
};
2017-05-14 09:48:41 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsmaprenderersequentialjob.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/