QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
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 90 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 65 of file qgsmeshvariablestrokewidthwidget.cpp.
void QgsMeshVariableStrokeWidthButton::setVariableStrokeWidth | ( | const QgsInterpolatedLineWidth & | variableStrokeWidth | ) |
Sets the variable stroke width.
Definition at line 101 of file qgsmeshvariablestrokewidthwidget.cpp.
QgsInterpolatedLineWidth QgsMeshVariableStrokeWidthButton::variableStrokeWidth | ( | ) | const |
Returns the variable stroke width.
Definition at line 96 of file qgsmeshvariablestrokewidthwidget.cpp.
|
signal |