26#ifndef SMESHGUI_MAKENODEATPOINTDLG_H
27#define SMESHGUI_MAKENODEATPOINTDLG_H
35#include <vtkSmartPointer.h>
64 virtual void stopOperation()
override;
66 virtual void activateSelection()
override;
71 void* calldata)
override;
74 void* calldata)
override;
80 void onSelectionDone();
81 void redisplayPreview();
82 void onTextChange(
const QString& );
83 void onUpdateDestination();
84 void onDestCoordChanged();
87 void constructorChanged();
90 int GetConstructorId();
149 void ButtonToggled(
bool );
150 void ConstructorsClicked(
int );
#define SMESHGUI_EXPORT
Definition: SMESH_SMESHGUI.hxx:36
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
Dialog to make a mesh pass through a point.
Definition: SMESHGUI_MakeNodeAtPointDlg.h:109
QCheckBox * myPreviewChkBox
Definition: SMESHGUI_MakeNodeAtPointDlg.h:142
QPushButton * myUpdateBtn
Definition: SMESHGUI_MakeNodeAtPointDlg.h:125
QLabel * myDestDXLabel
Definition: SMESHGUI_MakeNodeAtPointDlg.h:136
SMESHGUI_SpinBox * myCurrentZ
Definition: SMESHGUI_MakeNodeAtPointDlg.h:132
QLabel * myDestDZLabel
Definition: SMESHGUI_MakeNodeAtPointDlg.h:138
SMESHGUI_SpinBox * myDestDX
Definition: SMESHGUI_MakeNodeAtPointDlg.h:139
SMESHGUI_SpinBox * myDestDY
Definition: SMESHGUI_MakeNodeAtPointDlg.h:140
SMESHGUI_SpinBox * myDestinationX
Definition: SMESHGUI_MakeNodeAtPointDlg.h:133
QGroupBox * myNodeToMoveGrp
Definition: SMESHGUI_MakeNodeAtPointDlg.h:127
SMESHGUI_SpinBox * myDestinationY
Definition: SMESHGUI_MakeNodeAtPointDlg.h:134
QString myHelpFileName
Definition: SMESHGUI_MakeNodeAtPointDlg.h:144
QLineEdit * myId
Definition: SMESHGUI_MakeNodeAtPointDlg.h:129
QRadioButton * myRButNodeToMove
Definition: SMESHGUI_MakeNodeAtPointDlg.h:121
SMESHGUI_SpinBox * myDestinationZ
Definition: SMESHGUI_MakeNodeAtPointDlg.h:135
QLabel * myDestDYLabel
Definition: SMESHGUI_MakeNodeAtPointDlg.h:137
QRadioButton * myRButMoveWithoutNode
Definition: SMESHGUI_MakeNodeAtPointDlg.h:122
SMESHGUI_SpinBox * myDestDZ
Definition: SMESHGUI_MakeNodeAtPointDlg.h:141
QWidget * myMainFrame
Definition: SMESHGUI_MakeNodeAtPointDlg.h:118
QPushButton * myIdBtn
Definition: SMESHGUI_MakeNodeAtPointDlg.h:128
SMESHGUI_SpinBox * myCurrentY
Definition: SMESHGUI_MakeNodeAtPointDlg.h:131
QButtonGroup * myButtonGroup
Definition: SMESHGUI_MakeNodeAtPointDlg.h:120
QRadioButton * myRButMoveInteractive
Definition: SMESHGUI_MakeNodeAtPointDlg.h:123
QPushButton * myDestBtn
Definition: SMESHGUI_MakeNodeAtPointDlg.h:124
QGroupBox * myDestinationGrp
Definition: SMESHGUI_MakeNodeAtPointDlg.h:126
SMESHGUI_SpinBox * myCurrentX
Definition: SMESHGUI_MakeNodeAtPointDlg.h:130
Operation to make a mesh pass through a point.
Definition: SMESHGUI_MakeNodeAtPointDlg.h:52
SUIT_SelectionFilter * myFilter
Definition: SMESHGUI_MakeNodeAtPointDlg.h:95
bool myDestCoordChanged
Definition: SMESHGUI_MakeNodeAtPointDlg.h:101
bool myUpdateDestination
Definition: SMESHGUI_MakeNodeAtPointDlg.h:100
SMESH_Actor * myMeshActor
Definition: SMESHGUI_MakeNodeAtPointDlg.h:98
bool myNoPreview
Definition: SMESHGUI_MakeNodeAtPointDlg.h:99
int myDefaultConstructor
Definition: SMESHGUI_MakeNodeAtPointDlg.h:92
SMESHGUI_MeshEditPreview * mySimulation
Definition: SMESHGUI_MakeNodeAtPointDlg.h:97
SMESHGUI * mySMESHGUI
Definition: SMESHGUI_MakeNodeAtPointDlg.h:96
SMESHGUI_MakeNodeAtPointDlg * myDlg
Definition: SMESHGUI_MakeNodeAtPointDlg.h:93
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