16 #ifndef QGSMESHRENDERERACTIVEDATASETWIDGET_H 
   17 #define QGSMESHRENDERERACTIVEDATASETWIDGET_H 
   19 #include "ui_qgsmeshrendereractivedatasetwidgetbase.h" 
   58     int activeScalarDatasetGroup() 
const;
 
   61     int activeVectorDatasetGroup() 
const;
 
   69     void activeScalarGroupChanged( 
int groupIndex );
 
   72     void activeVectorGroupChanged( 
int groupIndex );
 
   78     void onActiveScalarGroupChanged( 
int groupIndex );
 
   79     void onActiveVectorGroupChanged( 
int groupIndex );
 
   83     void updateMetadata();
 
   86     int mActiveScalarDatasetGroup = -1;
 
   87     int mActiveVectorDatasetGroup = -1;
 
   90 #endif // QGSMESHRENDERERSCALARSETTINGSWIDGET_H