Salome HOME
Spell-checking
[modules/shaper.git] / src / ModuleBase / ModuleBase_ModelWidget.h
index bd9c15b0e0edb5ecc426b6f3ac9ee017c107b7d0..d09e824c1118ea22c6b2e92a6eb3ca8cdf43cbce 100644 (file)
@@ -204,6 +204,10 @@ protected:
   /// The method called when widget is activated
   virtual void activateCustom() {};
 
+  /// Sends a message about block/unblock viewer updating
+  /// \param theValue a boolean value
+  static void blockUpdateViewer(const bool theValue);
+
 protected slots:
   /// Processing of values changed in model widget by store the current value to the feature
   void onWidgetValuesChanged();