| QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
    | 
Tree widget for display of the mesh dataset groups. More...
#include <qgsmeshdatasetgrouptreeview.h>

| Public Slots | |
| void | setActiveScalarGroup (int group) | 
| Sets active group for contours. | |
| void | setActiveVectorGroup (int group) | 
| Sets active vector group. | |
| Signals | |
| void | activeScalarGroupChanged (int groupIndex) | 
| Selected dataset group for contours changed. -1 for invalid group. | |
| void | activeVectorGroupChanged (int groupIndex) | 
| Selected dataset group for vectors changed. -1 for invalid group. | |
| Public Member Functions | |
| QgsMeshActiveDatasetGroupTreeView (QWidget *parent=nullptr) | |
| int | activeScalarGroup () const | 
| Returns index of active group for contours. | |
| int | activeVectorGroup () const | 
| Returns index of active group for vectors. | |
| void | mousePressEvent (QMouseEvent *event) override | 
| void | setLayer (QgsMeshLayer *layer) | 
| Associates mesh layer with the widget. | |
| void | syncToLayer () | 
| Synchronize widgets state with associated mesh layer. | |
Tree widget for display of the mesh dataset groups.
One dataset group is selected (active)
Definition at line 257 of file qgsmeshdatasetgrouptreeview.h.
| QgsMeshActiveDatasetGroupTreeView::QgsMeshActiveDatasetGroupTreeView | ( | QWidget * | parent = nullptr | ) | 
Definition at line 385 of file qgsmeshdatasetgrouptreeview.cpp.
| int QgsMeshActiveDatasetGroupTreeView::activeScalarGroup | ( | ) | const | 
Returns index of active group for contours.
Definition at line 402 of file qgsmeshdatasetgrouptreeview.cpp.
| 
 | signal | 
Selected dataset group for contours changed. -1 for invalid group.
| int QgsMeshActiveDatasetGroupTreeView::activeVectorGroup | ( | ) | const | 
Returns index of active group for vectors.
Definition at line 417 of file qgsmeshdatasetgrouptreeview.cpp.
| 
 | signal | 
Selected dataset group for vectors changed. -1 for invalid group.
| 
 | override | 
Definition at line 438 of file qgsmeshdatasetgrouptreeview.cpp.
| 
 | slot | 
Sets active group for contours.
Definition at line 407 of file qgsmeshdatasetgrouptreeview.cpp.
| 
 | slot | 
Sets active vector group.
Definition at line 422 of file qgsmeshdatasetgrouptreeview.cpp.
| void QgsMeshActiveDatasetGroupTreeView::setLayer | ( | QgsMeshLayer * | layer | ) | 
Associates mesh layer with the widget.
Definition at line 394 of file qgsmeshdatasetgrouptreeview.cpp.
| void QgsMeshActiveDatasetGroupTreeView::syncToLayer | ( | ) | 
Synchronize widgets state with associated mesh layer.
Definition at line 432 of file qgsmeshdatasetgrouptreeview.cpp.