X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetShapeSelector.h;fp=src%2FPartSet%2FPartSet_WidgetShapeSelector.h;h=9af349389ed90423e5024d99f58072e4ce3b9cf3;hb=031179ada6681b874314c450eeda806f9f8abd28;hp=0f9a88218489236723d2902a1e4769ce82a2f866;hpb=06ce9f88a4ba875f2e22ca1a4ecad79fdea2ac18;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetShapeSelector.h b/src/PartSet/PartSet_WidgetShapeSelector.h index 0f9a88218..9af349389 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 void 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