Salome HOME
Issue #2154: Multiselection field is cleared when trying to add another object
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index ac0e3a561772647f0e991bc17e246f875f13f26c..77d9314d74d6b7d1d6d10096153bbdb97d82186b 100644 (file)
@@ -137,6 +137,9 @@ Q_OBJECT
   /// Returns main window of the application
   virtual QMainWindow* desktop() const = 0;
 
+  /// Returns true if SHIFT is pressed
+  /// \return boolean value
+  virtual bool hasSHIFTPressed() const = 0;
 
 signals:
   /// Signal selection changed.