18 #ifndef QGSPOINTCLOUDRGBRENDERERWIDGET_H
19 #define QGSPOINTCLOUDRGBRENDERERWIDGET_H
22 #include "ui_qgspointcloudrgbrendererwidgetbase.h"
46 void mRedMinLineEdit_textChanged(
const QString & );
47 void mRedMaxLineEdit_textChanged(
const QString & );
48 void mGreenMinLineEdit_textChanged(
const QString & );
49 void mGreenMaxLineEdit_textChanged(
const QString & );
50 void mBlueMinLineEdit_textChanged(
const QString & );
51 void mBlueMaxLineEdit_textChanged(
const QString & );
53 void emitWidgetChanged();
55 void redAttributeChanged();
56 void greenAttributeChanged();
57 void blueAttributeChanged();
62 void createValidators();
67 void minMaxModified();
69 bool mBlockChangedSignal =
false;
70 int mDisableMinMaxWidgetRefresh = 0;
Manipulates raster or point cloud pixel values so that they enhanceContrast or clip into a specified ...
Represents a map layer supporting display of point clouds.
Abstract base class for 2d point cloud renderers.
An RGB renderer for 2d visualisation of point clouds using embedded red, green and blue attributes.