Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetSelector.h
index fee235ad001f6692aa031124b09b638e2ef16f70..ffc9ff1f5872b7e2d0995a6a378b255227c138c1 100755 (executable)
@@ -126,13 +126,8 @@ protected:
                                 ObjectPtr& theObject,
                                 GeomShapePtr& theShape);
 
-  //----------- Class members -------------
-  /// Returns a name in the next form: attribute_feature_name/attribute_id
-  /// \param theAttribute a model attribute
-  /// \param theWorkshop a workshop class instance
-  /// \return string value
-  static std::string generateName(const AttributePtr& theAttribute,
-                                  ModuleBase_IWorkshop* theWorkshop);
+protected:
+  bool myIsPointsFiltering;
 };
 
 #endif