X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultPart.h;h=cda7bf6cd5f25a290116d6a99ce03f042d353243;hb=647f62a71de86575a6c5ac73c61371d336c8da75;hp=e88d22aa28caa47d10dc550521524220bd9b4e12;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultPart.h b/src/Model/Model_ResultPart.h index e88d22aa2..cda7bf6cd 100644 --- a/src/Model/Model_ResultPart.h +++ b/src/Model/Model_ResultPart.h @@ -10,7 +10,7 @@ #include "Model.h" #include -/**\class ModelAPI_ResultPart +/**\class Model_ResultPart * \ingroup DataModel * \brief The Part document, result of a creation of new part feature. * @@ -35,6 +35,9 @@ protected: /// Sets the data manager of an object (document does), here also attributes are initialized virtual void setData(std::shared_ptr theData); + /// Returns true if document is activated (loaded into the memory) + virtual bool isActivated(); + friend class Model_Document; };