QGIS API Documentation 3.41.0-Master (cea29feecf2)
|
#include <qgsmeshdatasetgrouptreewidget.h>
Public Slots | |
void | apply () |
Apply the dataset group tree item to the layer. | |
Signals | |
void | datasetGroupsChanged () |
Emitted when dataset groups changed (addition or removal) | |
Public Member Functions | |
QgsMeshDatasetGroupTreeWidget (QWidget *parent=nullptr) | |
Constructor. | |
void | syncToLayer (QgsMeshLayer *meshLayer) |
Synchronizes widgets state with associated mesh layer. | |
Definition at line 32 of file qgsmeshdatasetgrouptreewidget.h.
QgsMeshDatasetGroupTreeWidget::QgsMeshDatasetGroupTreeWidget | ( | QWidget * | parent = nullptr | ) |
Constructor.
Definition at line 31 of file qgsmeshdatasetgrouptreewidget.cpp.
|
slot |
Apply the dataset group tree item to the layer.
Definition at line 71 of file qgsmeshdatasetgrouptreewidget.cpp.
|
signal |
Emitted when dataset groups changed (addition or removal)
void QgsMeshDatasetGroupTreeWidget::syncToLayer | ( | QgsMeshLayer * | meshLayer | ) |
Synchronizes widgets state with associated mesh layer.
Definition at line 65 of file qgsmeshdatasetgrouptreewidget.cpp.