Salome HOME
#26454 [EDF] (2021) SMESH: interactive mesh modification
[modules/gui.git] / src / SVTK / SVTK_ViewWindow.cxx
index 1c3d88ae70a85f4ddc387ed4d19f9eb01415846c..3719aca14c75995fb4d865adba9da6a3a8970802 100644 (file)
@@ -1045,6 +1045,21 @@ void SVTK_ViewWindow::activateSetFocalPointGravity()
   myEventDispatcher->InvokeEvent(SVTK::SetFocalPointGravity, 0);
 }
 
+/*!
+  Activate interactive selection
+*/
+void SVTK_ViewWindow::activateInteractiveSelection()
+{
+  myEventDispatcher->InvokeEvent(SVTK::StartInteractiveSelection, 0);
+}
+
+/*
+  Deactivate current active operation
+*/
+void SVTK_ViewWindow::deactivateCurrectOperation() {
+  myEventDispatcher->InvokeEvent(SVTK::StopCurrentOperation, 0);
+}
+
 /*!
   Set the selected point as a focal point
 */