|
QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
|
A widget push button that store variable stroke width and call a widget to set parameters. More...
#include <qgsmeshvariablestrokewidthwidget.h>

Signals | |
| void | widgetChanged () |
Public Member Functions | |
| QgsMeshVariableStrokeWidthButton (QWidget *parent=nullptr) | |
| Constructor. | |
| void | setDefaultMinMaxValue (double minimum, double maximum) |
| Sets the default min/max values that will be reload if needed. | |
| void | setVariableStrokeWidth (const QgsInterpolatedLineWidth &variableStrokeWidth) |
| Sets the variable stroke width. | |
| QgsInterpolatedLineWidth | variableStrokeWidth () const |
| Returns the variable stroke width. | |
A widget push button that store variable stroke width and call a widget to set parameters.
Definition at line 32 of file qgsmeshvariablestrokewidthwidget.h.
| QgsMeshVariableStrokeWidthButton::QgsMeshVariableStrokeWidthButton | ( | QWidget * | parent = nullptr | ) |
Constructor.
Definition at line 89 of file qgsmeshvariablestrokewidthwidget.cpp.
| void QgsMeshVariableStrokeWidthButton::setDefaultMinMaxValue | ( | double | minimum, |
| double | maximum | ||
| ) |
Sets the default min/max values that will be reload if needed.
Definition at line 64 of file qgsmeshvariablestrokewidthwidget.cpp.
| void QgsMeshVariableStrokeWidthButton::setVariableStrokeWidth | ( | const QgsInterpolatedLineWidth & | variableStrokeWidth | ) |
Sets the variable stroke width.
Definition at line 100 of file qgsmeshvariablestrokewidthwidget.cpp.
| QgsInterpolatedLineWidth QgsMeshVariableStrokeWidthButton::variableStrokeWidth | ( | ) | const |
Returns the variable stroke width.
Definition at line 95 of file qgsmeshvariablestrokewidthwidget.cpp.
|
signal |