X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_Module.h;h=a3a188ad0347ff9a10f376b7bc06d3f382f84928;hb=d22fc665c79c31c9eea0625e04c2e941adfdf7be;hp=f5851100ce749aa309c4dd6dc8367c7d74f60aee;hpb=0b06415cbaab3da89567c28ea4a7ae6ecf50511b;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index f5851100c..a3a188ad0 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -107,6 +107,9 @@ Q_OBJECT /// \param the attribute of the feature void onStorePoint2D(ObjectPtr theFeature, const std::string& theAttribute); + /// Called when sketch is launched + void onSketchLaunched(); + protected slots: /// Called on selection changed event virtual void onSelectionChanged();