]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Salome5x : fix for bug IPAL13068 : There is no help page for "Hypothesis Construction...
authormkr <mkr@opencascade.com>
Tue, 1 Jul 2008 05:23:04 +0000 (05:23 +0000)
committermkr <mkr@opencascade.com>
Tue, 1 Jul 2008 05:23:04 +0000 (05:23 +0000)
src/GUI/NETGENPluginGUI_HypothesisCreator.cxx
src/GUI/NETGENPluginGUI_HypothesisCreator.h

index 1d8e1f1654f117109cf397aa3e3f7f12bb31aa2e..660ec38ff2cace301a9bced0f1d9c93bd004a305 100644 (file)
@@ -365,3 +365,8 @@ QString NETGENPluginGUI_HypothesisCreator::type() const
 {
   return tr( QString( "NETGEN_%1_HYPOTHESIS" ).arg(myIs2D?QString("2D"):QString("3D")).toLatin1().data() );
 }
+
+QString NETGENPluginGUI_HypothesisCreator::helpPage() const
+{
+  return "netgen_2d_3d_hypo_page.html";
+}
index c6c2f0176a4cf8a8f2fa586043ae708472dbbbec..65c96e19712332f8df6a65914cf9fde05eca8a6f 100644 (file)
@@ -64,7 +64,8 @@ public:
   NETGENPluginGUI_HypothesisCreator( const QString& );
   virtual ~NETGENPluginGUI_HypothesisCreator();
 
-  virtual bool checkParams() const;
+  virtual bool     checkParams() const;
+  virtual QString  helpPage() const;
 
 protected:
   virtual QFrame*  buildFrame    ();