|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
A widget for setup of the static dataset of a mesh layer. More...
#include <qgsmeshstaticdatasetwidget.h>

Public Slots | |
| void | setScalarDatasetGroup (int index) |
| Sets the scalar dataset group. More... | |
| void | setVectorDatasetGroup (int index) |
| Sets the vector dataset group. More... | |
Public Member Functions | |
| QgsMeshStaticDatasetWidget (QWidget *parent=nullptr) | |
| Constructor. More... | |
| void | apply () |
| Applies the settings made in the widget. More... | |
| void | setLayer (QgsMeshLayer *layer) |
| Sets the layer. More... | |
| void | syncToLayer () |
| Synchronizes widgets state with associated mesh layer. More... | |
A widget for setup of the static dataset of a mesh layer.
Definition at line 62 of file qgsmeshstaticdatasetwidget.h.
| QgsMeshStaticDatasetWidget::QgsMeshStaticDatasetWidget | ( | QWidget * | parent = nullptr | ) |
Constructor.
Definition at line 20 of file qgsmeshstaticdatasetwidget.cpp.
| void QgsMeshStaticDatasetWidget::apply | ( | ) |
Applies the settings made in the widget.
Definition at line 47 of file qgsmeshstaticdatasetwidget.cpp.
| void QgsMeshStaticDatasetWidget::setLayer | ( | QgsMeshLayer * | layer | ) |
Sets the layer.
Definition at line 31 of file qgsmeshstaticdatasetwidget.cpp.
|
slot |
Sets the scalar dataset group.
Definition at line 70 of file qgsmeshstaticdatasetwidget.cpp.
|
slot |
Sets the vector dataset group.
Definition at line 82 of file qgsmeshstaticdatasetwidget.cpp.
| void QgsMeshStaticDatasetWidget::syncToLayer | ( | ) |
Synchronizes widgets state with associated mesh layer.
Definition at line 36 of file qgsmeshstaticdatasetwidget.cpp.