]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelection.h
Salome HOME
Issue #2622 : weak naming implementation and related tests added to the unit tests...
[modules/shaper.git] / src / Model / Model_AttributeSelection.h
index cafa6ea379ac2cb52855309641faef2eba8e3c79..66f628ebb295069df51d7d450f77351b8b7f386a 100644 (file)
@@ -125,6 +125,10 @@ public:
   /// or reorder of features upper in the history line (issue #1757)
   MODEL_EXPORT virtual void updateInHistory();
 
+  /// Returns true if the name was stored using weak naming principle
+  MODEL_EXPORT virtual bool isWeakNaming();
+
+
 protected:
   /// Objects are created for features automatically
   MODEL_EXPORT Model_AttributeSelection(TDF_Label& theLabel);