Salome HOME
Make not-stable features lose the concealment ability
[modules/shaper.git] / src / ModelAPI / ModelAPI_Events.h
index 45349a52c3c97fb6415be40b221a9d36e4d3aab6..f4fee024af80ffcb7445c878186228bbc48287d9 100644 (file)
@@ -56,6 +56,9 @@ static const char * EVENT_SOLVER_REPAIRED = "SolverRepaired";
 /// Event ID that order of objects in group is changed, so, tree must be fully rectreated (movement of feature)
 static const char * EVENT_ORDER_UPDATED = "OrderUpdated";
 
+/// Event ID that informs that some object has changed the stability
+static const char * EVENT_STABILITY_CHANGED = "StabilityChanged";
+
 /// Message that feature was changed (used for Object Browser update): moved, updated and deleted
 class MODELAPI_EXPORT ModelAPI_ObjectUpdatedMessage : public Events_MessageGroup
 {