16#ifndef QGSMESHRENDERERSCALARSETTINGSWIDGET_H 
   17#define QGSMESHRENDERERSCALARSETTINGSWIDGET_H 
   19#include "ui_qgsmeshrendererscalarsettingswidgetbase.h" 
   53    void setActiveDatasetGroup( 
int groupIndex );
 
   70    void recalculateMinMaxButtonClicked();
 
   71    void onEdgeStrokeWidthMethodChanged();
 
   76    void mUserDefinedRadioButton_toggled( 
bool toggled );
 
   77    void mMinMaxRadioButton_toggled( 
bool toggled );
 
   79    void recalculateMinMax();
 
   81    bool dataIsDefinedOnFaces() 
const;
 
   82    bool dataIsDefinedOnEdges() 
const;
 
   85    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.