18#ifndef QGSMULTIBANDCOLORRENDERERWIDGET_H
19#define QGSMULTIBANDCOLORRENDERERWIDGET_H
22#include "ui_qgsmultibandcolorrendererwidgetbase.h"
52 QString min(
int index = 0 ) override;
53 QString max(
int index = 0 ) override;
54 void setMin( const QString &value,
int index = 0 ) override;
55 void setMax( const QString &value,
int index = 0 ) override;
56 int selectedBand(
int index = 0 ) override;
61 void doComputations() override;
66 void loadMinMax(
int bandNo,
double min,
double max );
69 void onBandChanged(
int );
70 void mRedMinLineEdit_textChanged(
const QString & );
71 void mRedMaxLineEdit_textChanged(
const QString & );
72 void mGreenMinLineEdit_textChanged(
const QString & );
73 void mGreenMaxLineEdit_textChanged(
const QString & );
74 void mBlueMinLineEdit_textChanged(
const QString & );
75 void mBlueMaxLineEdit_textChanged(
const QString & );
78 void createValidators();
84 bool mDisableMinMaxWidgetRefresh;
86 void minMaxModified();
Manipulates raster or point cloud pixel values so that they enhanceContrast or clip into a specified ...
Map canvas is a class for displaying all GIS data types on a canvas.
Renderer for multiband images with the color components.
Base class for raster data providers.
Represents a raster layer.
Raster renderer pipe that applies colors to a raster.
A rectangle specified with double values.
As part of the API refactoring and improvements which landed in the Processing API was substantially reworked from the x version This was done in order to allow much of the underlying Processing framework to be ported into allowing algorithms to be written in pure substantial changes are required in order to port existing x Processing algorithms for QGIS x The most significant changes are outlined not GeoAlgorithm For algorithms which operate on features one by consider subclassing the QgsProcessingFeatureBasedAlgorithm class This class allows much of the boilerplate code for looping over features from a vector layer to be bypassed and instead requires implementation of a processFeature method Ensure that your algorithm(or algorithm 's parent class) implements the new pure virtual createInstance(self) call