X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonCreateHypothesis.h;h=dd9bb1bf2fe5d2ac8ae71e8e9dab9e39fc15e680;hb=refs%2Ftags%2FV9_13_0b1;hp=7145e6a5b64b828686f288e3606ae8176f462273;hpb=a3b974f0f68b4ea42bbfadb42106996e9a1842c8;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonCreateHypothesis.h b/src/HOMARDGUI/MonCreateHypothesis.h index 7145e6a5..dd9bb1bf 100644 --- a/src/HOMARDGUI/MonCreateHypothesis.h +++ b/src/HOMARDGUI/MonCreateHypothesis.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // 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 @@ -20,6 +20,7 @@ #ifndef MON_CREATEHYPOTHESIS_H #define MON_CREATEHYPOTHESIS_H +#include "HOMARDGUI_Exports.hxx" #include #include @@ -28,11 +29,11 @@ #include CORBA_CLIENT_HEADER(HOMARD_Gen) #include CORBA_CLIENT_HEADER(HOMARD_Hypothesis) -#include -#include +#include "ui_CreateHypothesis.h" +#include class MonCreateIteration; -class MonCreateHypothesis : public QDialog, public Ui_CreateHypothesis +class HOMARD_EXPORT MonCreateHypothesis : public QScrollArea, public Ui_CreateHypothesis { Q_OBJECT @@ -50,7 +51,7 @@ protected : MonCreateIteration *_parent; - QString _aHypothesisName; + QString _Name; QString _aFieldFile ; QString _aFieldName; QString _aCaseName; @@ -71,10 +72,10 @@ protected : int _NivMax; double _DiamMin; int _AdapInit; - int _LevelOutput; + int _ExtraOutput; - HOMARD::HOMARD_Gen_var _myHomardGen; - HOMARD::HOMARD_Hypothesis_var _aHypothesis; + HOMARD::HOMARD_Hypothesis_var aHypothesis; + HOMARD::HOMARD_Gen_var myHomardGen; QStringList _aListeZone; QStringList _aListeComposant; @@ -83,7 +84,7 @@ protected : virtual void InitConnect(); virtual void InitFields(); virtual void GetAllZones(); - virtual void SetNewHypothesisName(); + virtual void SetNewName(); virtual void AssocieFieldInterp(); virtual void AssocieLesZones(); @@ -118,7 +119,6 @@ public slots: virtual void SetUseField(); virtual void PushZoneNew(); virtual void PushZoneEdit(); - virtual void PushZoneDelete(); virtual void SetFiltrage(); virtual void SetFieldNo(); virtual void SetFieldAll();