X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeSelection.h;h=22aaf8d9f9b831476ba6d1c63d47701f7570f6b3;hb=6a7e53a3d3b52f1f798b7e3aa3c48de9c870d92b;hp=8708c136dc932defde1ecfba2c0761475841ee7f;hpb=8f59919e6ca915db6a58baf5d7924eeb22ba327b;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeSelection.h b/src/Model/Model_AttributeSelection.h index 8708c136d..22aaf8d9f 100644 --- a/src/Model/Model_AttributeSelection.h +++ b/src/Model/Model_AttributeSelection.h @@ -71,6 +71,9 @@ protected: /// Returns the prepared map of valid labels for naming selection solving (creates if not exists) TDF_LabelMap& scope(); + /// Sets the ID of the attribute in Data (called from Data): here it is used for myRef ID setting + MODELAPI_EXPORT virtual void setID(const std::string theID); + friend class Model_Data; friend class Model_AttributeSelectionList; };