X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.h;h=03207f25273d751d8110922cf89607d0efe39706;hb=29cf3cffcf4536d96e3546f6c451359387e670e6;hp=68fe21e6ff22071e2d03136e57feaa5ae5b260cf;hpb=719f3932991137a0c1d054ee9051fd1ae4eac3ac;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index 68fe21e6f..03207f252 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -53,11 +53,15 @@ public slots: /// SLOT, that is called by the selection in the viewer is changed. /// The selection is sent to the current operation if it listens selection. void onSelectionChanged(); - /// SLOT, that is called by mouse click in the viewer. + /// SLOT, that is called by mouse press in the viewer. + /// The mouse released point is sent to the current operation to be processed. + /// \param theEvent the mouse event + void onMousePressed(QMouseEvent* theEvent); + /// SLOT, that is called by mouse release in the viewer. /// The mouse released point is sent to the current operation to be processed. /// \param theEvent the mouse event void onMouseReleased(QMouseEvent* theEvent); - /// SLOT, that is called by the selection in the viewer is changed. + /// SLOT, that is called by mouse move in the viewer. /// The mouse moved point is sent to the current operation to be processed. /// \param theEvent the mouse event void onMouseMoved(QMouseEvent* theEvent); @@ -82,7 +86,7 @@ public slots: protected: /// Creates a new operation /// \param theCmdId the operation name - ModuleBase_Operation* createOperation(const QString& theCmdId); + ModuleBase_Operation* createOperation(const std::string& theCmdId); /// Sends the operation /// \param theOperation the operation