Salome HOME
Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AddQuadraticElementDlg.h
index 987a98c0a81528ad54f654819172a5e6e9bbc9ae..567837bd5678fbeae3eb94a63383d59e05826797 100644 (file)
@@ -15,7 +15,7 @@
 // License along with this library; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 #ifndef DIALOGBOX_ADD_QUADRATIC_ELEMENT_H
 #define DIALOGBOX_ADD_QUADRATIC_ELEMENT_H
@@ -67,9 +67,11 @@ private:
     void closeEvent (QCloseEvent*);
     void hideEvent (QHideEvent*);                 /* ESC key */
     void enterEvent (QEvent*);                    /* mouse enter the QWidget */
+    void keyPressEvent(QKeyEvent*);
     void displaySimulation();
     void UpdateTable( bool theConersValidity = true );
     bool IsValid();
+    void updateButtons();
 
     SMESHGUI*                   mySMESHGUI;       /* Current SMESHGUI object */
     LightApp_SelectionMgr*      mySelectionMgr;   /* User shape selection */
@@ -118,15 +120,4 @@ private slots:
     void ActivateThisDialog() ;
 };
 
-class SMESHGUI_IdEditItem: public QTableItem
-{
-public:
-    SMESHGUI_IdEditItem(QTable* table, EditType et, const QString& text ):
-      QTableItem(table, et, text) {};
-    ~SMESHGUI_IdEditItem() {};
-
-    QWidget* createEditor() const;
-};
-
-
 #endif // DIALOGBOX_ADD_QUADRATIC_ELEMENT_H