Salome HOME
Updated copyright comment
[modules/med.git] / src / MEDCalc / gui / MEDWidgetHelper.hxx
index e545c12a5630e8ed237cc4853da8348da4664f5b..702381ed1f9344b83cc58e6ec41cdcdbaf34a9fc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2016  CEA/DEN, EDF R&D
+// Copyright (C) 2016-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -61,6 +61,11 @@ protected slots:
   void onComponentChanged(int idx);
   void onColorMapChanged(int idx);
   void onScalarBarRangeChanged(int idx);
+  void onScalarBarVisibilityChanged(int idx);
+  void onUseCustomRangeChanged(int idx);
+  void onCustomRangeValueChanged(double min, double max);
+  void onHideDataOutsideCustomRangeChanged(int idx);
+
 
 protected:
   ///! GUI needs to talk directly to the pres manager to activate a view, get some params, etc ...:
@@ -75,6 +80,9 @@ protected:
   int _selectedCompo;                  // Selected field component
   int _nbCompos;                       // Total number of available components
   std::vector<std::string> _allCompos; // All available components
+  bool _scalarBarVisibility;
+  double _scalarBarRangeArray[2];
+  bool _hideDataOutsideCustomRange;
 
   // Color map
   MEDCALC::ColorMapType _colorMap;