X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetMultiSelector.h;h=660fe06983aaa8cbb572d5b53c065e63003ee896;hb=247fc0bd6c6e04ce1f7a6e67f8d3c80ce17acab0;hp=3b092d424c0c7720e5a920743247ca4737e5c6c0;hpb=6a7b7e89852489a242ed25f5808d9306b00cc7d9;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetMultiSelector.h b/src/ModuleBase/ModuleBase_WidgetMultiSelector.h index 3b092d424..660fe0698 100644 --- a/src/ModuleBase/ModuleBase_WidgetMultiSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetMultiSelector.h @@ -64,10 +64,6 @@ class MODULEBASE_EXPORT ModuleBase_WidgetMultiSelector : public ModuleBase_Model virtual bool restoreValue(); - /// Returns the internal parent wiget control, that can be shown anywhere - /// \returns the widget - QWidget* getControl() const; - /// Returns list of widget controls /// \return a control list virtual QList getControls() const; @@ -94,7 +90,7 @@ protected slots: protected: /// Saves the internal parameters to the given feature /// \return True in success - virtual bool storeValue() const; + virtual bool storeValueCustom() const; /// Provide filtering of selected shapes /// \param theShapesToFilter source list of shapes @@ -118,9 +114,6 @@ protected slots: /// Combobox of types QComboBox* myTypeCombo; - /// Container - QWidget* myMainWidget; - //TODO: Move into the base of selectors ModuleBase_IWorkshop* myWorkshop;