X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonEditBoundaryAn.h;h=333f9bf2f1cdd8aec0462360f88523e20f5468ae;hb=refs%2Ftags%2FV9_13_0b1;hp=7e027564f8a303120e1921a2865257d4603aeb81;hpb=a9189d870ff98f06dc5577c5fc37102ee5337aea;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonEditBoundaryAn.h b/src/HOMARDGUI/MonEditBoundaryAn.h index 7e027564..333f9bf2 100644 --- a/src/HOMARDGUI/MonEditBoundaryAn.h +++ b/src/HOMARDGUI/MonEditBoundaryAn.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2012 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,8 @@ #ifndef MON_EDITBOUNDARYAN_H #define MON_EDITBOUNDARYAN_H +#include "HOMARDGUI_Exports.hxx" + #include #include @@ -28,23 +30,29 @@ #include -class MonEditBoundaryAn : public MonCreateBoundaryAn +class HOMARD_EXPORT MonEditBoundaryAn : public MonCreateBoundaryAn { Q_OBJECT public: MonEditBoundaryAn( MonCreateCase* parent, bool modal, HOMARD::HOMARD_Gen_var myHomardGen, - QString caseName, QString zoneName); + QString caseName, QString Name); virtual ~MonEditBoundaryAn(); protected : - void SetCylinder(); - void SetSphere(); bool CreateOrUpdateBoundaryAn(); void InitValEdit(); void InitValBoundaryAnLimit(); + void SetCylinder(); + void SetSphere(); + void SetConeR(); + void SetConeA(); + void SetTore(); void InitValBoundaryAnCylindre(); void InitValBoundaryAnSphere(); + void InitValBoundaryAnConeR(); + void InitValBoundaryAnConeA(); + void InitValBoundaryAnTore(); public slots: