Salome HOME
Issue #1330 selection lost correction: rectangle, fillet, select a point(the line...
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index 77f4cfe3f4da25b38949809c33747f643af71399..caeb3dbbd293d16d158c1b59a1298afeff68a876 100644 (file)
@@ -101,6 +101,9 @@ Q_OBJECT
   //! \param theValues a list of presentations
   virtual void setSelected(const QList<ModuleBase_ViewerPrs>& theValues) = 0;
 
+   /// Update of commands status
+  virtual void updateCommandStatus() = 0;
+
 signals:
   /// Signal selection changed.
   void selectionChanged();