X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FilterDlg.h;h=8cb544484085a0b42049c6cf173fb4295309fd4f;hp=cbef2c66feb0c72b981450c71843668a82ecbc21;hb=25cec45acb2923f66c849516f31337c1a3c4c687;hpb=4679b8437be95e08b09e23f9d9069f3d18f4a754 diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.h b/src/SMESHGUI/SMESHGUI_FilterDlg.h index cbef2c66f..8cb544484 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;