X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetMultiSelector.h;h=d8df98aa3cb815bba77ee99f2ac008c45575a230;hb=8cd56d486b6e96b8814002f9f0f4acadd6cea11b;hp=403847ddf3e3c4577d711e70d34a6be8e5c803d0;hpb=8f09d362a50ccbc085841c24af2e755121e458ba;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetMultiSelector.h b/src/ModuleBase/ModuleBase_WidgetMultiSelector.h index 403847ddf..d8df98aa3 100755 --- a/src/ModuleBase/ModuleBase_WidgetMultiSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetMultiSelector.h @@ -29,7 +29,6 @@ class QWidget; class QListWidget; class QComboBox; class ModuleBase_IWorkshop; -class GeomValidators_ShapeType; class QAction; @@ -69,11 +68,12 @@ class MODULEBASE_EXPORT ModuleBase_WidgetMultiSelector : public ModuleBase_Widge /// 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 + /// \param theToValidate a validation of the values flag virtual bool setSelection(QList& theValues, const bool theToValidate); /// 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); @@ -103,7 +103,7 @@ protected: /// Clear attribute virtual void clearAttribute(); - // Set the focus on the last item in the list + /// Set the focus on the last item in the list virtual void updateFocus(); /// Computes and updates name of selected object in the widget @@ -163,6 +163,7 @@ protected: /// Variable of GeomSelection int mySelectionCount; // number of elements in the attribute selection list when store + /// A flag to store use_choice parameter state bool myIsUseChoice; };