| QGIS API Documentation 3.36.0-Maidenhead (09951dc0acf)
    | 
#include <qgsmeshdatasetgrouptreeview.h>

| Public Member Functions | |
| QgsMeshDatasetGroupProxyModel (QAbstractItemModel *sourceModel) | |
| int | activeScalarGroup () const | 
| Returns index of active group for contours. | |
| int | activeVectorGroup () const | 
| Returns index of active group for vectors. | |
| QVariant | data (const QModelIndex &index, int role) const override | 
| Qt::ItemFlags | flags (const QModelIndex &index) const override | 
| void | setActiveScalarGroup (int group) | 
| Sets active group for contours. | |
| void | setActiveVectorGroup (int group) | 
| Sets active vector group. | |
| void | syncToLayer (QgsMeshLayer *layer) | 
| Add groups to the model from mesh layer. | |
| Protected Member Functions | |
| bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override | 
Definition at line 148 of file qgsmeshdatasetgrouptreeview.h.
| QgsMeshDatasetGroupProxyModel::QgsMeshDatasetGroupProxyModel | ( | QAbstractItemModel * | sourceModel | ) | 
Definition at line 243 of file qgsmeshdatasetgrouptreeview.cpp.
| int QgsMeshDatasetGroupProxyModel::activeScalarGroup | ( | ) | const | 
Returns index of active group for contours.
Definition at line 249 of file qgsmeshdatasetgrouptreeview.cpp.
| int QgsMeshDatasetGroupProxyModel::activeVectorGroup | ( | ) | const | 
Returns index of active group for vectors.
Definition at line 266 of file qgsmeshdatasetgrouptreeview.cpp.
| 
 | override | 
Definition at line 291 of file qgsmeshdatasetgrouptreeview.cpp.
| 
 | overrideprotected | 
Definition at line 326 of file qgsmeshdatasetgrouptreeview.cpp.
| 
 | override | 
Definition at line 283 of file qgsmeshdatasetgrouptreeview.cpp.
| void QgsMeshDatasetGroupProxyModel::setActiveScalarGroup | ( | int | group | ) | 
Sets active group for contours.
Definition at line 254 of file qgsmeshdatasetgrouptreeview.cpp.
| void QgsMeshDatasetGroupProxyModel::setActiveVectorGroup | ( | int | group | ) | 
Sets active vector group.
Definition at line 271 of file qgsmeshdatasetgrouptreeview.cpp.
| void QgsMeshDatasetGroupProxyModel::syncToLayer | ( | QgsMeshLayer * | layer | ) | 
Add groups to the model from mesh layer.
Definition at line 318 of file qgsmeshdatasetgrouptreeview.cpp.