QGIS/python/gui/raster/qgsrastertransparencywidget.sip
2017-05-31 14:37:30 +02:00

50 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/raster/qgsrastertransparencywidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsRasterTransparencyWidget : QgsMapLayerConfigWidget
{
%Docstring
Widget to control a layers transparency and related options
%End
%TypeHeaderCode
#include "qgsrastertransparencywidget.h"
%End
public:
QgsRasterTransparencyWidget( QgsRasterLayer *layer, QgsMapCanvas *canvas, QWidget *parent = 0 );
%Docstring
Widget to control a layers transparency and related options
%End
public slots:
void syncToLayer();
%Docstring
Sync the widget state to the layer set for the widget.
%End
void apply();
%Docstring
Apply any changes on the widget to the set layer.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/raster/qgsrastertransparencywidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/