25#ifndef SMESHGUI_ADD0DELEMSONALLNODESDLG_H
26#define SMESHGUI_ADD0DELEMSONALLNODESDLG_H
54 int getSelectionType()
const;
64 void onGroupChecked (
bool on );
65 void onSelTypeChange(
int selType );
96 virtual void startOperation();
97 virtual void selectionDone();
101 virtual bool onApply();
102 void onSelTypeChange(
int);
104 virtual void onTextChanged(
int,
const QStringList& );
105 void updateButtons();
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Dialog creating 0D elements on all nodes of given elements.
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:48
QLabel * myGroupLabel
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:74
QGroupBox * myGroupBox
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:73
QPushButton * myFilterBtn
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:72
void selTypeChanged(int selType)
QButtonGroup * mySelTypeBtnGrp
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:71
QCheckBox * myDuplicateElemsChkBox
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:76
QComboBox * myGroupListCmBox
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:75
SMESHGUI_IdValidator myIDValidator
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:78
Operation creating 0D elements on all nodes of given elements.
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:86
SMESHGUI_Add0DElemsOnAllNodesDlg * myDlg
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:108
SMESHGUI_FilterDlg * myFilterDlg
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:109
virtual LightApp_Dialog * dlg() const
Definition: SMESHGUI_Add0DElemsOnAllNodesDlg.h:93
Handle(SALOME_InteractiveObject) myIO
Definition: SMESHGUI_Dialog.h:44
Class : SMESHGUI_FilterDlg Description : Dialog to specify filters for VTK viewer.
Definition: SMESHGUI_FilterDlg.h:217
Definition: SMESHGUI_IdValidator.h:39
Definition: SMESHGUI_SelectionOp.h:58