]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_IWorkshop.h
Salome HOME
Issue #2972: Restore selection modes after filter item editing
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index 66fbca9d8f817774327f3cbc1a5779666bfa6385..56ca626301444da926d7014608a8bb3b5c1d50f6 100644 (file)
@@ -147,6 +147,11 @@ Q_OBJECT
   //! \param isEnabled new state of the viewer update
   virtual bool enableUpdateViewer(bool isEnabled) = 0;
 
+  //! The methods applys current defined selection modes to given AIS presentation.
+  //! The AIS presentation has to be already displayed. After activation viewer has to be updated
+  //! \param theAIS the object which has to be activated
+  virtual void applyCurrentSelectionModes(const AISObjectPtr& theAIS) = 0;
+
 signals:
   /// Signal selection changed.
   void selectionChanged();