26 #ifndef SMESHGUI_SINGLEEDITDLG_H
27 #define SMESHGUI_SINGLEEDITDLG_H
36 #include <SALOMEconfig.h>
37 #include CORBA_SERVER_HEADER(SMESH_MeshEditor)
45 class LightApp_SelectionMgr;
64 virtual bool onApply();
65 virtual void reject();
70 void onSelectionDone();
71 void onTextChange(
const QString& );
79 void enterEvent( QEvent* );
80 void keyPressEvent( QKeyEvent* );
83 bool isValid(
const bool )
const;
84 bool getNodeIds(
const QString&,
int&,
int& )
const;
85 virtual bool process( SMESH::SMESH_MeshEditor_ptr,
const int,
const int ) = 0;
117 virtual bool process( SMESH::SMESH_MeshEditor_ptr,
const int,
const int );
134 virtual bool process( SMESH::SMESH_MeshEditor_ptr,
const int,
const int );
137 #endif // SMESHGUI_SINGLEEDITDLG_H