X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MakeNodeAtPointDlg.h;h=4ab5194e1829186add827080482aa20fb8c2cee8;hb=d726924388c048351f6ccc02f0817a0c3d6b239a;hp=07ae2c933ba46c0cb03573e0f25e39ccc787fea3;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.h b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.h index 07ae2c933..4ab5194e1 100644 --- a/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.h +++ b/src/SMESHGUI/SMESHGUI_MakeNodeAtPointDlg.h @@ -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;