16#ifndef QGSMESHRENDERERACTIVEDATASETWIDGET_H
17#define QGSMESHRENDERERACTIVEDATASETWIDGET_H
19#include "ui_qgsmeshrendereractivedatasetwidgetbase.h"
79 void onActiveScalarGroupChanged(
int groupIndex );
80 void onActiveVectorGroupChanged(
int groupIndex );
84 void updateMetadata();
87 int mActiveScalarDatasetGroup = -1;
88 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.