Salome HOME
A new event Visual Attributes Changed is defined for performance sake.
[modules/shaper.git] / src / Model / Model_AttributeIntArray.h
index 1243a14ceb9a6fda73f7baa576cfc2be2ed4a5c6..1c7d10166bc49133baaedbdbb50fbd26d944c293 100644 (file)
@@ -51,7 +51,8 @@ class Model_AttributeIntArray : public ModelAPI_AttributeIntArray
 
   /// Defines the value of the array by index [0; size-1]
   MODEL_EXPORT virtual void setValue(const int theIndex,
-                                     const int theValue);
+                                     const int theValue,
+                                     bool sendUpdated = true);
 
   /// Returns the value by the index
   MODEL_EXPORT virtual int value(const int theIndex);