X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetMultiSelector.h;h=403847ddf3e3c4577d711e70d34a6be8e5c803d0;hb=42dfdea5422ab72d81c36155b4c6f352c85c1110;hp=693572f4e087f6a90ba039bb5d05ab99693e82fa;hpb=9a7ff0679f4cd8c203f53a2187d47a008bbd11c6;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetMultiSelector.h b/src/ModuleBase/ModuleBase_WidgetMultiSelector.h old mode 100644 new mode 100755 index 693572f4e..403847ddf --- a/src/ModuleBase/ModuleBase_WidgetMultiSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetMultiSelector.h @@ -15,7 +15,6 @@ #include #include -#include #include #include @@ -135,8 +134,8 @@ protected: /// a shape. If the attribute do not uses the shape, it is empty virtual QList getAttributeSelection() const; - /// Update selection list - void updateSelectionList(AttributeSelectionListPtr); + /// Fills the list control by the attribute values + void updateSelectionList(); /// Converts the XML defined type choice to the validator type /// For example, the "Edges" is converted to "edge" @@ -162,7 +161,7 @@ protected: std::string mySelectionType; /// Variable of GeomSelection - QList mySelection; + int mySelectionCount; // number of elements in the attribute selection list when store bool myIsUseChoice; };