X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetMultiSelector.h;h=5207201cb4b8710870b6ea0b46242a800c66c9aa;hb=33c5fdce3cd63dd95a738439a0399dd982abcd73;hp=bc2b97ac356a8fb465d609133c4e3b9031079ff6;hpb=8f0b2cf49bd24e118ad3fc523eb4a815d067d46c;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetMultiSelector.h b/src/PartSet/PartSet_WidgetMultiSelector.h index bc2b97ac3..5207201cb 100644 --- a/src/PartSet/PartSet_WidgetMultiSelector.h +++ b/src/PartSet/PartSet_WidgetMultiSelector.h @@ -46,15 +46,9 @@ Q_OBJECT /// Retrurns installed sketcher CompositeFeaturePtr sketch() const { return mySketch; } - /// Set the given wrapped value to the current widget - /// This value should be processed in the widget according to the needs - /// \param theValues the wrapped selection values - virtual bool setSelection(QList& theValues, - const bool theToValidate); - protected: /// Checks the widget validity. By default, it returns true. - /// \param theValue a selected presentation in the view + /// \param thePrs a selected presentation in the view /// \return a boolean value virtual bool isValidSelectionCustom(const ModuleBase_ViewerPrs& thePrs); @@ -73,7 +67,9 @@ protected: GeomShapePtr& theShape); protected: + /// Manager of external objects PartSet_ExternalObjectsMgr* myExternalObjectMgr; + /// Pointer to a sketch CompositeFeaturePtr mySketch; };