]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_Module.h
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSet / PartSet_Module.h
index 441014dde5a295d70edcb2c49c1b89f84153cfd5..523a15ad210a702de378f66562dc510329ff97c5 100644 (file)
@@ -36,6 +36,11 @@ public slots:
   /// SLOT, that is called by the selection in the viewer is changed.
   /// The selection is sent to the current operation if it listen the selection.
   void onViewSelectionChanged();
+  /// SLOT, to apply to the current viewer the operation
+  /// \param theX the X projection value
+  /// \param theY the Y projection value
+  /// \param theZ the Z projection value
+  void onViewerProjectionChange(double theX, double theY, double theZ);
 
 private:
   /// Displays or erase the current operation preview, if it has it.