QGIS/python/core/auto_generated/raster/qgsrasterdrawer.sip.in

47 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
2017-12-15 10:36:55 -04:00
The drawing pipe for raster layers.
2017-06-01 15:39:31 +02:00
%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
2017-12-15 10:36:55 -04:00
Draws raster data.
2017-12-15 21:36:08 -04:00
2017-12-15 10:36:55 -04:00
:param p: destination QPainter
:param viewPort: viewport to render
:param qgsMapToPixel: map to pixel converter
:param feedback: optional raster feedback object for cancellation/preview. Added in QGIS 3.0.
2017-06-01 15:39:31 +02:00
%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 *
************************************************************************/