16#ifndef QGSMESHRENDERERACTIVEDATASETWIDGET_H
17#define QGSMESHRENDERERACTIVEDATASETWIDGET_H
19#include "ui_qgsmeshrendereractivedatasetwidgetbase.h"
78 void onActiveScalarGroupChanged(
int groupIndex );
79 void onActiveVectorGroupChanged(
int groupIndex );
83 void updateMetadata();
86 int mActiveScalarDatasetGroup = -1;
87 int mActiveVectorDatasetGroup = -1;
An index that identifies the dataset group (e.g.
Represents a mesh layer supporting display of data on structured or unstructured meshes.