QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
void | setVectorDatasetGroup (int index) |
Sets the vector dataset group. | |
Public Member Functions | |
QgsMeshStaticDatasetWidget (QWidget *parent=nullptr) | |
Constructor. | |
void | apply () |
Applies the settings made in the widget. | |
void | setLayer (QgsMeshLayer *layer) |
Sets the layer. | |
void | syncToLayer () |
Synchronizes widgets state with associated mesh layer. | |
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.