Salome HOME
Nouvelles icones
[modules/homard.git] / src / HOMARDGUI / HomardQtCommun.h
1 // Copyright (C) 2011-2013  CEA/DEN, EDF R&D
2 //
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.
7 //
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.
12 //
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
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #ifndef HOMARDQTCOMMUN_H
21 #define HOMARDQTCOMMUN_H
22
23
24 #include <SALOMEconfig.h>
25 #include "SALOME_Selection.h"
26 #include <SalomeApp_Module.h>
27
28 #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
29 #include CORBA_CLIENT_HEADER(HOMARD_Gen)
30 #include CORBA_CLIENT_HEADER(HOMARD_Cas)
31
32 #include <qstring.h>
33 #include <vector>
34 #include <set>
35
36 class QComboBox;
37
38
39 namespace HOMARD_QT_COMMUN
40 {
41     QString PushNomFichier(bool avertir=true);
42     QString LireNomMaillage(int Medidt,int MeshId);
43     QString LireNomMaillage(QString aFile);
44
45     int     OuvrirFichier(QString aFile);
46
47     std::list<QString> GetListeChamps(QString aFile);
48     std::list<QString> GetListeComposants(QString aFile, QString aChamp);
49
50     QString SelectionArbreEtude(QString commentaire, int grave );
51     QString SelectionCasEtude();
52
53 };
54
55 #endif // HOMARDQTCOMMUN_H