mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-07 00:15:48 -04:00
44 lines
1.7 KiB
Plaintext
44 lines
1.7 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsrastercontourrendererwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsRasterContourRendererWidget : QgsRasterRendererWidget
|
|
{
|
|
%Docstring(signature="appended")
|
|
Configuration widget for :py:class:`QgsRasterContourRenderer`.
|
|
|
|
.. versionadded:: 3.14
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsrastercontourrendererwidget.h"
|
|
%End
|
|
public:
|
|
QgsRasterContourRendererWidget( QgsRasterLayer *layer, const QgsRectangle &extent = QgsRectangle() );
|
|
%Docstring
|
|
Constructs the widget
|
|
%End
|
|
|
|
static QgsRasterRendererWidget *create( QgsRasterLayer *layer, const QgsRectangle &extent ) /Factory/;
|
|
%Docstring
|
|
Widget creation function (mainly for the use by the renderer registry)
|
|
%End
|
|
|
|
virtual QgsRasterRenderer *renderer() /Factory/;
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsrastercontourrendererwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|