Salome HOME
Copyright update: 2016
[modules/jobmanager.git] / src / genericgui / BL_JobTab.hxx
index 77b8eb2a5892d79e5afc0f6e18bdddbaffb2f97c..5d1118eced2e8f2104865365e4c2fccaeb0b1a1f 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2016  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.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 #ifndef _BL_JOBTAB_HXX_
 #define _BL_JOBTAB_HXX_
 
-#include <QtGui>
-
 #include "BL_JobsManager_QT.hxx"
 
+#include <QTabWidget>
+
+class QFormLayout;
+class QLabel;
+class QListWidget;
+class QModelIndex;
+class QStandardItem;
+class QStandardItemModel;
+
 namespace BL
 {
   class JobTab: public QTabWidget
@@ -70,8 +77,9 @@ namespace BL
       QLabel * _job_bd_label_value;
       QLabel * _job_rd_label_value;
       QLabel * _job_mdt_label_value;
-      QLabel * _job_em_label_value;
+      QLabel * _job_req_mem_label_value;
       QLabel * _job_nop_label_value;
+      QLabel * _job_excl_label_value;
 
       // Specific Values
       QLabel * _yacs_dump_state_label;
@@ -83,6 +91,10 @@ namespace BL
 
       QListWidget * _input_files_list;
       QListWidget * _output_files_list;
+
+         // Parameters for COORM
+      QLabel * _job_lf_label_value;
+      QLabel * _job_la_label_value;
   };
 }