16#ifndef QGSMESHRENDERERSCALARSETTINGSWIDGET_H
17#define QGSMESHRENDERERSCALARSETTINGSWIDGET_H
19#include "ui_qgsmeshrendererscalarsettingswidgetbase.h"
71 void recalculateMinMaxButtonClicked();
72 void onEdgeStrokeWidthMethodChanged();
77 void mUserDefinedRadioButton_toggled(
bool toggled );
78 void mMinMaxRadioButton_toggled(
bool toggled );
80 void recalculateMinMax();
82 bool dataIsDefinedOnFaces()
const;
83 bool dataIsDefinedOnEdges()
const;
86 int mActiveDatasetGroup = -1;
The QgsSpinBox is a spin box with a clear button that will set the value to the defined clear value.
Map canvas is a class for displaying all GIS data types on a canvas.
Represents a mesh layer supporting display of data on structured or unstructured meshes.
Represents a mesh renderer settings for scalar datasets.
DataResamplingMethod
Resampling of value from dataset.