X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FilterDlg.h;h=da3358a8a88053192a93671e9f648bf725780325;hp=2009737901c0b0a1e952dd6ba84f1a3a2fe36f0d;hb=ce9a69a9b854c23e828298d0224724211669087d;hpb=0e9e37a6e8de402a037afc791e83691f7fb80bf4 diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.h b/src/SMESHGUI/SMESHGUI_FilterDlg.h index 200973790..da3358a8a 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.h +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2014 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 @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -229,11 +229,13 @@ public: void SetSelection(); void SetMesh (SMESH::SMESH_Mesh_var); void SetSourceWg( QWidget*, const bool initOnApply = true ); + void SetEnabled( bool setInViewer, bool diffSources ); static SMESH::Filter::Criterion createCriterion(); SMESH::Filter_var GetFilter() const; void SetFilter(SMESH::Filter_var filter, int type); + void UnRegisterFilters(); signals: @@ -296,6 +298,8 @@ private: SVTK_Selector* mySelector; SMESH::SMESH_Mesh_var myMesh; bool myInitSourceWgOnApply; + bool myInsertEnabled; + bool myDiffSourcesEnabled; QWidget* mySourceWg; SALOME_DataMapOfIOMapOfInteger myIObjects;