X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeSelection.h;h=2f9250642d023a018a0c265aebf27f4521580010;hb=661e9cfd56e1f8bb05d868292a669d7ccc8b12e8;hp=1f3c4594570754cab0c5af149c814f32f499c9d6;hpb=690012a1c13c51062fc01656ee18dd8edb947e02;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeSelection.h b/src/Model/Model_AttributeSelection.h index 1f3c45945..2f9250642 100644 --- a/src/Model/Model_AttributeSelection.h +++ b/src/Model/Model_AttributeSelection.h @@ -104,6 +104,9 @@ protected: /// Sets the ID of the attribute in Data (called from Data): here it is used for myRef ID setting MODEL_EXPORT virtual void setID(const std::string theID); + /// Returns the name by context. Adds the part name if the context is located in other document + std::string contextName(const ResultPtr& theContext) const; + friend class Model_Data; friend class Model_AttributeSelectionList; };