QGIS/python/core/raster/qgsrasterdrawer.sip

46 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-06-01 15:39:31 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsrasterdrawer.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsRasterDrawer
{
2017-06-01 15:39:31 +02:00
%Docstring
The drawing pipe for raster layers.
%End
%TypeHeaderCode
2017-06-01 15:39:31 +02:00
#include "qgsrasterdrawer.h"
%End
public:
QgsRasterDrawer( QgsRasterIterator *iterator );
void draw( QPainter *p, QgsRasterViewPort *viewPort, const QgsMapToPixel *qgsMapToPixel, QgsRasterBlockFeedback *feedback = 0 );
2017-06-01 15:39:31 +02:00
%Docstring
Draws raster data.
\param p destination QPainter
\param viewPort viewport to render
\param qgsMapToPixel map to pixel converter
\param feedback optional raster feedback object for cancelation/preview. Added in QGIS 3.0.
%End
protected:
2017-06-01 15:39:31 +02:00
};
2017-06-01 15:39:31 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/raster/qgsrasterdrawer.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/