]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESHGUI/SMESHGUI_AddQuadraticElementDlg.h
Salome HOME
Fix problems with quadratic elements preview in 'Add Quadriatic element' dialog box.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_AddQuadraticElementDlg.h
index 2d1fa863124371418ccb6409a64c7070c2229afb..567837bd5678fbeae3eb94a63383d59e05826797 100644 (file)
@@ -1,3 +1,22 @@
+// Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// 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.
+//
+// This library is distributed in the hope that it will be useful
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// 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/ or email : webmaster.salome@opencascade.com
+//
 #ifndef DIALOGBOX_ADD_QUADRATIC_ELEMENT_H
 #define DIALOGBOX_ADD_QUADRATIC_ELEMENT_H
 
@@ -48,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 */
@@ -78,7 +99,10 @@ private:
     QPushButton*  buttonOk;
     QPushButton*  buttonCancel;
     QPushButton*  buttonApply;
-   
+    QPushButton * buttonHelp;
+
+    QString       myHelpFileName;
+
 private slots:
   
     void onTextChange(const QString&);
@@ -89,21 +113,11 @@ private slots:
     void ClickOnOk();
     void ClickOnCancel();
     void ClickOnApply();
+    void ClickOnHelp();
     void SetEditCorners() ;
     void SelectionIntoArgument() ;
     void DeactivateActiveDialog() ;
     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