mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/maprenderer/qgsmaprendererparalleljob.h                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsMapRendererParallelJob : QgsMapRendererQImageJob
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
Job implementation that renders all layers in parallel.
 | 
						|
 | 
						|
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.
 | 
						|
 | 
						|
.. versionadded:: 2.4
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsmaprendererparalleljob.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
    QgsMapRendererParallelJob( const QgsMapSettings &settings );
 | 
						|
    ~QgsMapRendererParallelJob();
 | 
						|
 | 
						|
    virtual void cancel();
 | 
						|
 | 
						|
    virtual void cancelWithoutBlocking();
 | 
						|
 | 
						|
    virtual void waitForFinished();
 | 
						|
 | 
						|
    virtual bool isActive() const;
 | 
						|
 | 
						|
 | 
						|
    virtual bool usedCachedLabels() const;
 | 
						|
 | 
						|
    virtual QgsLabelingResults *takeLabelingResults() /Transfer/;
 | 
						|
 | 
						|
 | 
						|
    virtual QImage renderedImage();
 | 
						|
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/core/maprenderer/qgsmaprendererparalleljob.h                     *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |