Salome HOME
Porting HOMARD SALOME module to the CMake build system: initial version.
[modules/homard.git] / src / HOMARDGUI / HOMARDGUI.h
index 9fe03d614c4a265dafd11e5ff2f7b191886bbef4..dd7954b6876a988f876046ccd5d591a934309e01 100644 (file)
@@ -1,4 +1,23 @@
-//  HOMARDGUI : HOMARD component GUI implemetation 
+// Copyright (C) 2011-2013  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
+// 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
+//
+
+//  HOMARDGUI : HOMARD component GUI implemetation
 //
 
 #ifndef _HOMARDGUI_H_
@@ -17,7 +36,7 @@
 
 class SalomeApp_Application;
 
-class HOMARDGUI: public SalomeApp_Module 
+class HOMARDGUI: public SalomeApp_Module
 {
   Q_OBJECT
 
@@ -42,15 +61,14 @@ public slots:
 
 private slots:
     void OnGUIEvent();
-    void EditBoDi();
-    void EditZone();
-    void EditHypo();
-    void EditIter();
-    void EditCase();
     void EditAsciiFile();
     void LanceCalcul();
+    void IterInfo();
     void NextIter();
-    void XmGraceFichier();
+    void YACSCreate();
+    void YACSWrite();
+    void Edit();
+    void Delete();
 
 public:
    virtual void  contextMenuPopup( const QString&, QMenu*, QString& );
@@ -70,6 +88,7 @@ private:
 
    int anId;
    QString _ObjectName;
+   QString _LanguageShort ;
 };
 
 #endif