27#ifndef SMESHGUI_REMOVEELEMENTSDLG_H
28#define SMESHGUI_REMOVEELEMENTSDLG_H
37#include <SALOMEconfig.h>
38#include CORBA_SERVER_HEADER(SMESH_Mesh)
50class LightApp_SelectionMgr;
66 void enterEvent( QEvent* );
67 void keyPressEvent( QKeyEvent* );
98 virtual void reject();
104 void SetEditCurrentArgument();
105 void SelectionIntoArgument();
106 void DeactivateActiveDialog();
107 void ActivateThisDialog();
108 void onTextChange(
const QString& );
112 void updateButtons();
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Class : SMESHGUI_FilterDlg Description : Dialog to specify filters for VTK viewer.
Definition: SMESHGUI_FilterDlg.h:217
Definition: SMESHGUI_RemoveElementsDlg.h:57
QPushButton * SelectButtonC1A1
Definition: SMESHGUI_RemoveElementsDlg.h:90
QGroupBox * GroupButtons
Definition: SMESHGUI_RemoveElementsDlg.h:83
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_RemoveElementsDlg.h:71
QLineEdit * LineEditC1A1
Definition: SMESHGUI_RemoveElementsDlg.h:91
int myConstructorId
Definition: SMESHGUI_RemoveElementsDlg.h:74
QPushButton * buttonHelp
Definition: SMESHGUI_RemoveElementsDlg.h:87
QGroupBox * GroupC1
Definition: SMESHGUI_RemoveElementsDlg.h:88
bool myBusy
Definition: SMESHGUI_RemoveElementsDlg.h:77
QPushButton * buttonCancel
Definition: SMESHGUI_RemoveElementsDlg.h:85
QLabel * TextLabelC1A1
Definition: SMESHGUI_RemoveElementsDlg.h:89
QGroupBox * GroupConstructors
Definition: SMESHGUI_RemoveElementsDlg.h:81
QPushButton * buttonOk
Definition: SMESHGUI_RemoveElementsDlg.h:84
QRadioButton * Constructor1
Definition: SMESHGUI_RemoveElementsDlg.h:82
SVTK_Selector * mySelector
Definition: SMESHGUI_RemoveElementsDlg.h:70
SMESH::SMESH_Mesh_var myMesh
Definition: SMESHGUI_RemoveElementsDlg.h:78
SMESH_Actor * myActor
Definition: SMESHGUI_RemoveElementsDlg.h:79
int myNbOkElements
Definition: SMESHGUI_RemoveElementsDlg.h:73
SMESHGUI_FilterDlg * myFilterDlg
Definition: SMESHGUI_RemoveElementsDlg.h:95
QString myHelpFileName
Definition: SMESHGUI_RemoveElementsDlg.h:93
LightApp_SelectionMgr * mySelectionMgr
Definition: SMESHGUI_RemoveElementsDlg.h:69
QPushButton * buttonApply
Definition: SMESHGUI_RemoveElementsDlg.h:86
QLineEdit * myEditCurrentArgument
Definition: SMESHGUI_RemoveElementsDlg.h:75
Definition: SMESHGUI.h:84
Definition: SMESH_Actor.h:56