Salome HOME
Fix the issue related to copying AttributeSelectionList (issue #18710)
[modules/shaper.git] / src / Model / Model_AttributeSelectionList.h
index 3ed3e2804aca7e396befd8f711a858dd1829a9d2..2db50d9b400f5b49254550a7493886c7bcbd24ec 100644 (file)
@@ -66,6 +66,9 @@ public:
   MODEL_EXPORT virtual void append(const std::string& theType, const std::string& theContextName,
                                    const int theIndex);
 
+  /// Copy the selection list to the destination attribute
+  MODEL_EXPORT virtual void copyTo(AttributeSelectionListPtr theTarget) const;
+
   /// Reset temporary stored values
   virtual void removeTemporaryValues();