X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonCreateZone.h;h=a834769371d46447757d1e6a4730181b9c62f7e9;hb=2c76ba0a456958754e937df11e98b7a4225b5ad0;hp=a7c4f49d195c5274f66e422148e8c4dea7b15c6f;hpb=75b5a5de646773e5a51d9986c36ec6e72ce31f87;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonCreateZone.h b/src/HOMARDGUI/MonCreateZone.h index a7c4f49d..a8347693 100644 --- a/src/HOMARDGUI/MonCreateZone.h +++ b/src/HOMARDGUI/MonCreateZone.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 CEA/DEN, EDF R&D +// Copyright (C) 2011-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 @@ -20,6 +20,7 @@ #ifndef MON_CREATEZONE_H #define MON_CREATEZONE_H +#include "HOMARDGUI_Exports.hxx" #include #include @@ -27,11 +28,11 @@ #include CORBA_CLIENT_HEADER(SALOMEDS_Attributes) #include CORBA_CLIENT_HEADER(HOMARD_Gen) -#include +#include "ui_CreateZone.h" #include class MonCreateHypothesis; -class MonCreateZone : public QDialog, public Ui_CreateZone +class HOMARD_EXPORT MonCreateZone : public QDialog, public Ui_CreateZone { Q_OBJECT @@ -54,14 +55,13 @@ protected : int _Orient; int _Type; double _Xcentre, _Ycentre, _Zcentre, _Rayon ; - double _ZoneXcentre, _ZoneYcentre, _ZoneZcentre, _ZoneRayon ; double _Xmin, _Xmax, _Xincr, _Ymin, _Ymax, _Yincr, _Zmin, _Zmax, _Zincr ; + double _ZoneXcentre, _ZoneYcentre, _ZoneZcentre, _ZoneRayon ; double _ZoneXmin, _ZoneXmax, _ZoneYmin, _ZoneYmax, _ZoneZmin, _ZoneZmax ; double _Xaxis, _Yaxis, _Zaxis, _RayonInt, _Haut ; double _ZoneXaxis, _ZoneYaxis, _ZoneZaxis, _ZoneRayonInt, _ZoneHaut ; double _DMax ; - bool Chgt; HOMARD::HOMARD_Zone_var aZone ;