X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalc%2Fgui%2FMEDWidgetHelper.hxx;h=702381ed1f9344b83cc58e6ec41cdcdbaf34a9fc;hb=HEAD;hp=e545c12a5630e8ed237cc4853da8348da4664f5b;hpb=368e03e3d53f49b9b6ca36f8299d75f448207a16;p=modules%2Fmed.git diff --git a/src/MEDCalc/gui/MEDWidgetHelper.hxx b/src/MEDCalc/gui/MEDWidgetHelper.hxx index e545c12a5..702381ed1 100644 --- a/src/MEDCalc/gui/MEDWidgetHelper.hxx +++ b/src/MEDCalc/gui/MEDWidgetHelper.hxx @@ -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 _allCompos; // All available components + bool _scalarBarVisibility; + double _scalarBarRangeArray[2]; + bool _hideDataOutsideCustomRange; // Color map MEDCALC::ColorMapType _colorMap;