Salome HOME
0022101: EDF 2492 SMESH: Update Destination field when "Find closest to destination...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MakeNodeAtPointDlg.h
index 07ae2c933ba46c0cb03573e0f25e39ccc787fea3..4ab5194e1829186add827080482aa20fb8c2cee8 100644 (file)
@@ -69,6 +69,7 @@ private slots:
   void                           onSelectionDone();
   void                           redisplayPreview();
   void                           onTextChange( const QString& );
+  void                           onUpdateDestination();
 
 private:
   SMESHGUI_MakeNodeAtPointDlg*  myDlg;
@@ -78,6 +79,7 @@ private:
   SMESHGUI_MeshEditPreview*     mySimulation;
   SMESH_Actor*                  myMeshActor;
   bool                          myNoPreview;
+  bool                          myUpdateDestination;
 };
 
 /*!
@@ -95,6 +97,7 @@ private:
   QWidget*                      createMainFrame( QWidget* );
 
   QPushButton*                  myCoordBtn;
+  QPushButton*                  myUpdateBtn;
   SMESHGUI_SpinBox*             myX;
   SMESHGUI_SpinBox*             myY;
   SMESHGUI_SpinBox*             myZ;