16 #ifndef QGSMESHRENDERERACTIVEDATASETWIDGET_H 
   17 #define QGSMESHRENDERERACTIVEDATASETWIDGET_H 
   19 #include "ui_qgsmeshrendereractivedatasetwidgetbase.h" 
   58     int activeScalarDatasetGroup() 
const;
 
   61     int activeVectorDatasetGroup() 
const;
 
   78     void onActiveScalarGroupChanged( 
int groupIndex );
 
   79     void onActiveVectorGroupChanged( 
int groupIndex );
 
   83     void updateMetadata();
 
   86     int mActiveScalarDatasetGroup = -1;
 
   87     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.