26#ifndef SMESHGUI_AddNodeOnFaceDLG_H
27#define SMESHGUI_AddNodeOnFaceDLG_H
63 virtual void stopOperation()
override;
65 virtual void activateSelection()
override;
70 void* calldata)
override;
73 void* calldata)
override;
80 void onSelectionDone();
81 void redisplayPreview();
82 void onSelTypeChange();
83 void onTextChange(
const QString& );
87 void pointLocationChanged(
bool);
88 void onDestCoordChanged();
137 void ButtonToggled(
bool );
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
Dialog to split a face into triangles by creating a new node on the face and connecting it to the fac...
Definition: SMESHGUI_AddNodeOnFaceDlg.h:109
QLineEdit * myId
Definition: SMESHGUI_AddNodeOnFaceDlg.h:122
QCheckBox * myPreviewChkBox
Definition: SMESHGUI_AddNodeOnFaceDlg.h:127
SMESHGUI_SpinBox * myDestinationX
Definition: SMESHGUI_AddNodeOnFaceDlg.h:123
QString myHelpFileName
Definition: SMESHGUI_AddNodeOnFaceDlg.h:129
QPushButton * myIdBtn
Definition: SMESHGUI_AddNodeOnFaceDlg.h:121
SMESHGUI_SpinBox * myDestinationY
Definition: SMESHGUI_AddNodeOnFaceDlg.h:124
SMESHGUI_SpinBox * myDestinationZ
Definition: SMESHGUI_AddNodeOnFaceDlg.h:125
QWidget * myMainFrame
Definition: SMESHGUI_AddNodeOnFaceDlg.h:118
QPushButton * myDestBtn
Definition: SMESHGUI_AddNodeOnFaceDlg.h:120
QCheckBox * myPointOnFace
Definition: SMESHGUI_AddNodeOnFaceDlg.h:126
Operation to split a face into triangles by creating a new node on the face and connecting it to the ...
Definition: SMESHGUI_AddNodeOnFaceDlg.h:51
vtkCellPicker * myFacePicker
Definition: SMESHGUI_AddNodeOnFaceDlg.h:100
SMESHGUI_AddNodeOnFaceDlg * myDlg
Definition: SMESHGUI_AddNodeOnFaceDlg.h:91
SUIT_SelectionFilter * myFilter
Definition: SMESHGUI_AddNodeOnFaceDlg.h:93
SMESH_Actor * myMeshActor
Definition: SMESHGUI_AddNodeOnFaceDlg.h:96
SMESHGUI_MeshEditPreview * mySimulation
Definition: SMESHGUI_AddNodeOnFaceDlg.h:95
bool myDestCoordChanged
Definition: SMESHGUI_AddNodeOnFaceDlg.h:99
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_AddNodeOnFaceDlg.h:94
bool myNoPreview
Definition: SMESHGUI_AddNodeOnFaceDlg.h:97
bool myUpdateDestination
Definition: SMESHGUI_AddNodeOnFaceDlg.h:98
Definition: SMESHGUI_Dialog.h:44
Definition: SMESHGUI_InteractiveOp.h:46
virtual void startOperation() override
This enumeration is used in typeById method to distinguish objects, mesh nodes and mesh elements,...
Definition: SMESHGUI_InteractiveOp.cxx:113
virtual void processStyleEvents(unsigned long event, void *calldata)
Process interactor style events () Virtual method.
Definition: SMESHGUI_InteractiveOp.cxx:159
virtual void processInteractorEvents(unsigned long event, void *calldata)
Process Generic Render Window Interactor events.
Definition: SMESHGUI_InteractiveOp.cxx:168
Displayer of the mesh edition preview.
Definition: SMESHGUI_MeshEditPreview.h:47
virtual bool isValid(SUIT_Operation *) const
Verifies whether given operator is valid for this one.
Definition: SMESHGUI_Operation.cxx:242
virtual bool onApply()
Definition: SMESHGUI_Operation.cxx:166
Definition: SMESHGUI_SpinBox.h:48
Definition: SMESHGUI.h:84
Definition: SMESH_Actor.h:56