X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FilterDlg.h;h=157869821dccf3c50c15ab7de6a009bff1746cbb;hb=824f011cef0dc8fee10a7eaca511e9f61690766b;hp=8081aec6994a7fc7434a3bc348862eb79a556db0;hpb=88b3dbe23b236bd1746405155ae33a76aaf59ecd;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.h b/src/SMESHGUI/SMESHGUI_FilterDlg.h index 8081aec69..157869821 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.h +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -141,6 +141,7 @@ signals: void EntityTypeChanged( const int ); void NeedValidation(); void CriterionChanged( const int, const int ); + void ThresholdChanged( const int, const int ); void CurrentChanged( int, int ); private slots: @@ -233,6 +234,7 @@ public: SMESH::Filter_var GetFilter() const; void SetFilter(SMESH::Filter_var filter, int type); + void UnRegisterFilters(); signals: @@ -249,6 +251,7 @@ private slots: void onDeactivate(); void onSelectionDone(); void onCriterionChanged( const int, const int ); + void onThresholdChanged( const int, const int ); void onCurrentChanged( int, int ); private: @@ -303,6 +306,10 @@ private: QMap< int, int > myApplyToState; QString myHelpFileName; + + bool myToRestoreSelMode; + int mySelModeToRestore; + void restoreSelMode(); }; #endif // SMESHGUI_FILTERDLG_H