]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/SVTK/SVTK_Event.h
Salome HOME
#26454 [EDF] (2021) SMESH: interactive mesh modification
[modules/gui.git] / src / SVTK / SVTK_Event.h
index eae9b9a84c851c8e2dabf1256baf71d758ddf1a2..c45537018b35e659097b49f4c63e57ed85d4eccd 100644 (file)
@@ -71,9 +71,14 @@ namespace SVTK
     SetFocalPointSelected,
     StartFocalPointSelection,
     FocalPointChanged,
-    
-    OperationFinished, // rnv: invoked then SpinXY, RotateXY, DollyXY or PanXY operation is finished.
+
+         StartInteractiveSelection,
+         InteractiveSelectionChanged,
+    InteractiveSelectionFinished,
         
+    OperationFinished, // rnv: invoked when SpinXY, RotateXY, DollyXY or PanXY operation is finished.
+
+    StopCurrentOperation,
     LastEvent
   };
 }