Salome HOME
Issue #660 - Move Group is still not implemented -- Check refs only between the selec...
[modules/shaper.git] / src / Model / Model_AttributeRefList.h
index 1b2c861be2a5a7d04dce3270a491077e1ba52651..778b6956de8edecf26652514a6c217873e6312a8 100644 (file)
@@ -38,6 +38,9 @@ class Model_AttributeRefList : public ModelAPI_AttributeRefList
   /// Returns the list of features
   MODEL_EXPORT virtual std::list<ObjectPtr> list();
 
+  /// Returns true if the object is in list
+  MODEL_EXPORT virtual bool isInList(const ObjectPtr& theObj);
+
   /// Returns the list of features
   MODEL_EXPORT virtual ObjectPtr object(const int theIndex) const;