X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultPart.h;h=8397a9766969df1b7f1561410ff00dd7ee34717b;hb=ecec337d46d54cb79cbca6233fb93449513603af;hp=e88d22aa28caa47d10dc550521524220bd9b4e12;hpb=38afbd899a8645c83e17f2c24a17a2b7414911b4;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultPart.h b/src/Model/Model_ResultPart.h index e88d22aa2..8397a9766 100644 --- a/src/Model/Model_ResultPart.h +++ b/src/Model/Model_ResultPart.h @@ -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; };