Salome HOME
Switch Wireframe/Shading with closing of context
[modules/shaper.git] / src / Model / Model_ResultPart.h
index e88d22aa28caa47d10dc550521524220bd9b4e12..8397a9766969df1b7f1561410ff00dd7ee34717b 100644 (file)
@@ -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<ModelAPI_Data> theData);
 
+  /// Returns true if document is activated (loaded into the memory)
+  virtual bool isActivated();
+
   friend class Model_Document;
 };