X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_OperationSketchLine.h;h=b048ef8a7b451dc018878adf551a88a37d0a41af;hb=1d7a043abfadf964bf38802e8adb5a4773fec900;hp=c06462d7a50be8d57ca010e09198db29aad83824;hpb=c7505612fcb85d694bd28f00795243b552892c6c;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_OperationSketchLine.h b/src/PartSet/PartSet_OperationSketchLine.h index c06462d7a..b048ef8a7 100644 --- a/src/PartSet/PartSet_OperationSketchLine.h +++ b/src/PartSet/PartSet_OperationSketchLine.h @@ -57,7 +57,9 @@ public: /// Gives the current mouse point in the viewer /// \param thePoint a point clicked in the viewer /// \param theEvent the mouse event - virtual void mouseMoved(QMouseEvent* theEvent, Handle_V3d_View theView); + /// \param theSelected the list of selected presentations + virtual void mouseMoved(QMouseEvent* theEvent, Handle_V3d_View theView, + const std::list& theSelected); /// Processes the key pressed in the view /// \param theKey a key value virtual void keyReleased(const int theKey);