16 #ifndef QGSINTERPOLATEDLINESYMBOLLAYERWIDGET_H
17 #define QGSINTERPOLATEDLINESYMBOLLAYERWIDGET_H
22 #include "ui_qgsinterpolatedlinesymbollayerwidgetbase.h"
52 void updateVisibleWidget();
53 void onReloadMinMaxValueWidth();
54 void onReloadMinMaxValueColor();
55 void reloadMinMaxWidthFromLayer();
56 void reloadMinMaxColorFromLayer();
57 void onColorMinMaxLineTextChanged();
58 void onColorMinMaxLineTextEdited();
63 double mMinimumForWidthFromLayer = std::numeric_limits<double>::quiet_NaN();
64 double mMaximumForWidthFromLayer = std::numeric_limits<double>::quiet_NaN();
66 double mMaximumForColorFromLayer = std::numeric_limits<double>::quiet_NaN();
67 double mMinimumForColorFromLayer = std::numeric_limits<double>::quiet_NaN();
71 double lineEditValue( QLineEdit *lineEdit );
72 void setLineEditValue( QLineEdit *lineEdit,
double value );
Class defining color to render mesh datasets.
A symbol layer that represents vector layer line feature as interpolated line The interpolation is do...
Represents a width than can vary depending on values.
Represents a vector layer which manages a vector based data sets.