Salome HOME
Update mail address
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Operation.h
index 3bc76d4f2a5a4c8109cd1d3e9ccc8fa5377e34df..398f1f8d0e200773177ddd9b6d3d10ede2fc53c6 100755 (executable)
@@ -1,8 +1,22 @@
-//  SALOME SMESHGUI
-//
-//  Copyright (C) 2005  CEA/DEN, EDF R&D
-//
+//  SMESH SMDS : implementaion of Salome mesh data structure
 //
+//  Copyright (C) 2003  OPEN CASCADE
+// 
+//  This library is free software; you can redistribute it and/or 
+//  modify it under the terms of the GNU Lesser General Public 
+//  License as published by the Free Software Foundation; either 
+//  version 2.1 of the License. 
+// 
+//  This library is distributed in the hope that it will be useful, 
+//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
+//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+//  Lesser General Public License for more details. 
+// 
+//  You should have received a copy of the GNU Lesser General Public 
+//  License along with this library; if not, write to the Free Software 
+//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
+// 
+//  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //  File   : SMESHGUI_Operation.h
 //  Author : Sergey LITONIN
@@ -12,7 +26,7 @@
 #ifndef SMESHGUI_Operation_H
 #define SMESHGUI_Operation_H
 
-#include <SalomeApp_Operation.h>
+#include <LightApp_Operation.h>
 #include <SALOMEDSClient.hxx>
 
 class SMESHGUI;
@@ -22,7 +36,7 @@ class SMESHGUI;
   Description : Base class for all SMESH operations
 */
 
-class SMESHGUI_Operation : public SalomeApp_Operation
+class SMESHGUI_Operation : public LightApp_Operation
 {
   Q_OBJECT
 
@@ -47,10 +61,13 @@ protected:
   
   virtual bool      isValid( SUIT_Operation* ) const;
 
+  QString           myHelpFileName;
+
 protected slots:
   virtual void onOk();
   virtual bool onApply();
   virtual void onCancel();
+  void onHelp();
 };
 
 #endif