X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeReference.h;h=7ea779b6ce656afa2da6a068d4e2c5aca4e83ee7;hb=530f5aff42069e844c4a4ef164088ea23ba0e2dd;hp=da4eb7fbce8f795639bf1ea62514330b510f5b03;hpb=8dc74f82810d5f597b78633b457efb0ef4f89f9f;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeReference.h b/src/Model/Model_AttributeReference.h index da4eb7fbc..7ea779b6c 100644 --- a/src/Model/Model_AttributeReference.h +++ b/src/Model/Model_AttributeReference.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + // File: Model_AttributeReference.h // Created: 8 May 2014 // Author: Mikhail PONIKAROV @@ -26,11 +28,20 @@ class Model_AttributeReference : public ModelAPI_AttributeReference /// Returns object referenced from this attribute MODEL_EXPORT virtual ObjectPtr value(); - protected: + MODEL_EXPORT ~Model_AttributeReference(); + + MODEL_EXPORT virtual void setObject(const std::shared_ptr& theObject); + + /// Returns true if attribute was initialized by some value + MODEL_EXPORT virtual bool isInitialized(); + + +protected: /// Objects are created for features automatically MODEL_EXPORT Model_AttributeReference(TDF_Label& theLabel); friend class Model_Data; + friend class Model_AttributeSelection; }; #endif