Salome HOME
Restore selection in the viewer by multi selector widget activation.
[modules/shaper.git] / src / PartSetPlugin / PartSetPlugin_Duplicate.h
index 5aa92ed1a2d2b339c2a77fd46b6db0e34d3fb904..408d096e8ba5174caf57ec23ef33bd8e755fa47b 100644 (file)
@@ -26,6 +26,9 @@ class PartSetPlugin_Duplicate : public PartSetPlugin_Part
   /// Makes a new part, copy of active
   PartSetPlugin_Duplicate();
 
+  /// Part must be added only to PartSet
+  PARTSETPLUGIN_EXPORT virtual const std::string& documentToAdd();
+
   /// Request for initialization of data model of the feature: adding all attributes
   PARTSETPLUGIN_EXPORT virtual void initAttributes();