Salome HOME
Issue #19207: planes of imported STEP not usable
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index 466b06641d828f285841f64c3e189555e2c5d9cd..d7480c10e9c986f9160f6a17a657a69e9694735c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -161,6 +161,9 @@ Q_OBJECT
   //! Returns current state of cancel button
   virtual bool isCancelEnabled() const = 0;
 
+  //! Show help of a current operation
+  virtual void showHelpPage(const QString& thePage) const = 0;
+
 signals:
   /// Signal selection changed.
   void selectionChanged();