X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetShapeSelector.h;h=93cf342d77248d5524a6dd0b9c6dfa401ef85a78;hb=33c5fdce3cd63dd95a738439a0399dd982abcd73;hp=0f9a88218489236723d2902a1e4769ce82a2f866;hpb=5a206530deb58b542463a7367618d21e8e5aa783;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetShapeSelector.h b/src/PartSet/PartSet_WidgetShapeSelector.h index 0f9a88218..93cf342d7 100644 --- a/src/PartSet/PartSet_WidgetShapeSelector.h +++ b/src/PartSet/PartSet_WidgetShapeSelector.h @@ -42,6 +42,10 @@ Q_OBJECT /// Retrurns installed sketcher CompositeFeaturePtr sketch() const { return mySketch; } + /// Activate or deactivate selection and selection filters + /// \param toActivate boolean state whether it should be activated/deactivated + virtual bool activateSelectionAndFilters(bool toActivate); + protected: /// Checks the widget validity. By default, it returns true. /// \param thePrs a selected presentation in the view @@ -68,6 +72,8 @@ protected: /// Pointer to a sketch CompositeFeaturePtr mySketch; + + bool myUseSketchPlane; /// state whether the sketch plane filter should be switched on }; #endif \ No newline at end of file