X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FHOMARDGUI.h;h=c9c4911a6c5552c1db3b847e92498af86bfe07bd;hb=901dc2b7e146a3be930b3abfcd998cd8c49bb314;hp=9fe03d614c4a265dafd11e5ff2f7b191886bbef4;hpb=bdbb00479184579ff9ec2e33886894326d4d6a0f;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/HOMARDGUI.h b/src/HOMARDGUI/HOMARDGUI.h index 9fe03d61..c9c4911a 100644 --- a/src/HOMARDGUI/HOMARDGUI.h +++ b/src/HOMARDGUI/HOMARDGUI.h @@ -1,9 +1,30 @@ -// HOMARDGUI : HOMARD component GUI implemetation +// Copyright (C) 2011-2019 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, 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 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// + +// HOMARDGUI : HOMARD component GUI implemetation // #ifndef _HOMARDGUI_H_ #define _HOMARDGUI_H_ +#include "HOMARDGUI_Exports.hxx" + #include #include "SalomeApp_Study.h" @@ -13,11 +34,11 @@ #include CORBA_CLIENT_HEADER(HOMARD_Cas) #include CORBA_CLIENT_HEADER(HOMARD_Hypothesis) -#include +#include class SalomeApp_Application; -class HOMARDGUI: public SalomeApp_Module +class HOMARD_EXPORT HOMARDGUI: public SalomeApp_Module { Q_OBJECT @@ -42,15 +63,17 @@ public slots: private slots: void OnGUIEvent(); - void EditBoDi(); - void EditZone(); - void EditHypo(); - void EditIter(); - void EditCase(); void EditAsciiFile(); - void LanceCalcul(); + void LanceCalcul0(); + void LanceCalcul1(); + void IterInfo(); void NextIter(); - void XmGraceFichier(); + void MeshPublish0(); + void MeshPublish1(); + void YACSCreate(); + void YACSWrite(); + void Edit(); + void Delete(); public: virtual void contextMenuPopup( const QString&, QMenu*, QString& ); @@ -61,15 +84,22 @@ private: const int key = 0, const bool toggle = false ); void createActions(); void createMenus(); + void recupPreferences(); void createPopupMenus(); _PTR(SObject) chercheMonObjet(); virtual void createPreferences(); HOMARD::HOMARD_Gen_var myComponentHomard; - SALOMEDS::Study_var myStudy; int anId; QString _ObjectName; + QString _LanguageShort ; + int _PublisMeshIN ; + int _PublisMeshOUT ; + int _YACSMaxIter ; + int _YACSMaxNode ; + int _YACSMaxElem ; + int _YACSTypeTest ; }; #endif