1 // Copyright (C) 2009-2013 CEA/DEN, EDF R&D
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 // Lesser General Public License for more details.
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #ifndef _JM_SALOMERESOURCE_HXX_
21 #define _JM_SALOMERESOURCE_HXX_
24 #include "BL_SALOMEServices.hxx"
30 class SalomeResource: public QDialog
35 SalomeResource(QWidget *parent, BL::SALOMEServices * salome_services,
36 const std::string & resource_name);
37 virtual ~SalomeResource();
43 BL::SALOMEServices * _salome_services;
44 std::string _resource_name;
47 QLineEdit * _name_line;
48 QLineEdit * _hostname_line;
49 QLineEdit * _protocol_line;
50 QLineEdit * _username_line;
51 QLineEdit * _applipath_line;
52 QListWidget * _componentList;
53 QCheckBox * _can_launch_batch_jobs;
54 QCheckBox * _can_run_containers;
55 QLineEdit * _working_directory;
57 QLineEdit * _mem_mb_line;
58 QLineEdit * _cpu_clock_line;
59 QLineEdit * _nb_node_line;
60 QLineEdit * _nb_proc_per_node_line;
61 QLineEdit * _batch_line;
62 QLineEdit * _mpiImpl_line;
63 QLineEdit * _iprotocol_line;