X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FilterDlg.h;h=7427fe7be1ed296af42b299e150602fac76e2424;hp=cbef2c66feb0c72b981450c71843668a82ecbc21;hb=40793ae45e14edfdc3aa185537e495f2c905b3c7;hpb=c38c10811a065cf5b13e8807ed71864d92ca7d80 diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.h b/src/SMESHGUI/SMESHGUI_FilterDlg.h index cbef2c66f..7427fe7be 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.h +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.h @@ -81,9 +81,11 @@ class SMESHGUI_FilterTable : public QFrame typedef QMap TableMap; public: - SMESHGUI_FilterTable (QWidget* parent, + SMESHGUI_FilterTable( SMESHGUI*, + QWidget* parent, const int type); - SMESHGUI_FilterTable (QWidget* parent, + SMESHGUI_FilterTable( SMESHGUI*, + QWidget* parent, const QValueList& type); virtual ~SMESHGUI_FilterTable(); @@ -136,7 +138,7 @@ signals: void AddToClicked(); void EntityTypeChanged (const int); void NeedValidation(); - void CretarionChanged (const int theRow, const int theEntityType); + void CriterionChanged (const int theRow, const int theEntityType); void CurrentChanged (int, int); private slots: @@ -172,6 +174,7 @@ private: const QMap& getSupportedTypes() const; private: + SMESHGUI* mySMESHGUI; QGroupBox* myTableGrp; QGroupBox* mySwitchTableGrp; @@ -187,6 +190,7 @@ private: QButtonGroup* myEntityTypeGrp; int myEntityType; int myIsValid; + bool myIsLocked; SMESHGUI_FilterLibraryDlg* myLibDlg; @@ -289,7 +293,6 @@ private: SMESHGUI* mySMESHGUI; SalomeApp_SelectionMgr* mySelectionMgr; SVTK_Selector* mySelector; - SVTK_ViewWindow* myViewWindow; SMESH::SMESH_Mesh_ptr myMesh; QWidget* mySourceWg;