16#ifndef QGSMESHRENDERERACTIVEDATASETWIDGET_H
17#define QGSMESHRENDERERACTIVEDATASETWIDGET_H
19#include "ui_qgsmeshrendereractivedatasetwidgetbase.h"
57 int activeScalarDatasetGroup()
const;
60 int activeVectorDatasetGroup()
const;
77 void onActiveScalarGroupChanged(
int groupIndex );
78 void onActiveVectorGroupChanged(
int groupIndex );
82 void updateMetadata();
85 int mActiveScalarDatasetGroup = -1;
86 int mActiveVectorDatasetGroup = -1;
QgsMeshDatasetIndex is index that identifies the dataset group (e.g.
Represents a mesh layer supporting display of data on structured or unstructured meshes.