]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IModule.h
Salome HOME
Issue #2206 Avoid the ability to cancel the current sketch when saving,
[modules/shaper.git] / src / ModuleBase / ModuleBase_IModule.h
index 995e21fe825269abddeb9dc26dd58b3356d839d3..8295af76172a7c2f6d3294b2463728ae3da1475a 100755 (executable)
@@ -309,6 +309,9 @@ class MODULEBASE_EXPORT ModuleBase_IModule : public QObject
   /// \param theStdActions - a map of standard actions
   virtual void updateViewerMenu(const QMap<QString, QAction*>& theStdActions) {}
 
+  /// Updates the current operation state after undo/redo actions calling
+  virtual void updateOperationByUndoRedo() {}
+
   /// Returns true if the action should be always enabled
   /// \param theActionId an action index: Accept or Accept All
   /// \return boolean value