|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
Tree widget for display of the mesh dataset groups. More...
#include <qgsmeshdatasetgrouptreeview.h>

Public Slots | |
| void | setActiveScalarGroup (int group) |
| Sets active group for contours. More... | |
| void | setActiveVectorGroup (int group) |
| Sets active vector group. More... | |
Signals | |
| void | activeScalarGroupChanged (int groupIndex) |
| Selected dataset group for contours changed. -1 for invalid group. More... | |
| void | activeVectorGroupChanged (int groupIndex) |
| Selected dataset group for vectors changed. -1 for invalid group. More... | |
Public Member Functions | |
| QgsMeshActiveDatasetGroupTreeView (QWidget *parent=nullptr) | |
| int | activeScalarGroup () const |
| Returns index of active group for contours. More... | |
| int | activeVectorGroup () const |
| Returns index of active group for vectors. More... | |
| void | mousePressEvent (QMouseEvent *event) override |
| void | setLayer (QgsMeshLayer *layer) |
| Associates mesh layer with the widget. More... | |
| void | syncToLayer () |
| Synchronize widgets state with associated mesh layer. More... | |
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.