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=0195947056ac6d9b3b39a6d4ba55119927224330;hpb=633ecb2c6133ab4f266d218ff13da5e46310c90f;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonEditBoundaryAn.h b/src/HOMARDGUI/MonEditBoundaryAn.h index 01959470..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,13 +30,13 @@ #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 : @@ -45,10 +47,12 @@ protected : void SetSphere(); void SetConeR(); void SetConeA(); + void SetTore(); void InitValBoundaryAnCylindre(); void InitValBoundaryAnSphere(); void InitValBoundaryAnConeR(); void InitValBoundaryAnConeA(); + void InitValBoundaryAnTore(); public slots: