mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-01 00:03:42 -05:00
57 lines
2.3 KiB
Plaintext
57 lines
2.3 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsattributetablerendererwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
class QgsAttributeTableRendererWidget : QgsRasterRendererWidget
|
|
{
|
|
%Docstring(signature="appended")
|
|
*************************************************************************
|
|
qgsattributetablerendererwidget.h - :py:class:`QgsAttributeTableRendererWidget`
|
|
|
|
---------------------
|
|
begin : 3.12.2021
|
|
copyright : (C) 2021 by ale
|
|
email : [your-email-here]
|
|
**************************************************************************
|
|
|
|
This program is free software; you can redistribute it and/or modify *
|
|
it under the terms of the GNU General Public License as published by *
|
|
the Free Software Foundation; either version 2 of the License, or *
|
|
(at your option) any later version. *
|
|
|
|
**************************************************************************
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsattributetablerendererwidget.h"
|
|
%End
|
|
public:
|
|
|
|
QgsAttributeTableRendererWidget( QgsRasterLayer *layer, const QgsRectangle &extent = QgsRectangle() );
|
|
%Docstring
|
|
Creates new raster renderer widget
|
|
%End
|
|
|
|
static QgsRasterRendererWidget *create( QgsRasterLayer *layer, const QgsRectangle &extent ) /Factory/;
|
|
%Docstring
|
|
Creates new raster renderer widget
|
|
%End
|
|
|
|
virtual QgsRasterRenderer *renderer() /Factory/;
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/raster/qgsattributetablerendererwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|