X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeRefList.h;h=778b6956de8edecf26652514a6c217873e6312a8;hb=01159d19136fded13c08b72974dc897173376eb4;hp=1b2c861be2a5a7d04dce3270a491077e1ba52651;hpb=bfba020b312f3a58a26365317d9ab269503ef3db;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeRefList.h b/src/Model/Model_AttributeRefList.h index 1b2c861be..778b6956d 100644 --- a/src/Model/Model_AttributeRefList.h +++ b/src/Model/Model_AttributeRefList.h @@ -38,6 +38,9 @@ class Model_AttributeRefList : public ModelAPI_AttributeRefList /// Returns the list of features MODEL_EXPORT virtual std::list 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;