Salome HOME
Issue #3224: Provide help button for feature dialog boxes
[modules/shaper.git] / src / ModuleBase / ModuleBase_IWorkshop.h
index c49dda4ff947cd8ca49ce3b55dede6cc36f64d26..d7480c10e9c986f9160f6a17a657a69e9694735c 100644 (file)
@@ -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();