X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_ComputeDlg.h;h=0c0b7ff317f0b979cb863d35cb2e21dd36c3986e;hp=4c4198cb1f1ca29e62901282c86fdd046a5d2e86;hb=38a77c4a9810f4715212368ac53315689ba9150f;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce;ds=sidebyside diff --git a/src/SMESHGUI/SMESHGUI_ComputeDlg.h b/src/SMESHGUI/SMESHGUI_ComputeDlg.h index 4c4198cb1..0c0b7ff31 100644 --- a/src/SMESHGUI/SMESHGUI_ComputeDlg.h +++ b/src/SMESHGUI/SMESHGUI_ComputeDlg.h @@ -1,9 +1,9 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE // // 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 @@ -49,6 +49,7 @@ class QPushButton; class QTableWidget; class QLabel; class QtxComboBox; +class QProgressBar; class SMESHGUI_ComputeDlg; class SMESHGUI_MeshInfosBox; class SMESHGUI_PrecomputeDlg; @@ -99,6 +100,7 @@ protected slots: void onPreviewShape(); void onPublishShape(); void onShowBadMesh(); + void onGroupOfBadMesh(); void currentCellChanged(); private: @@ -226,6 +228,7 @@ protected: QPushButton* myShowBtn; QPushButton* myPublishBtn; QPushButton* myBadMeshBtn; + QPushButton* myBadMeshToGroupBtn; SMESHGUI_MeshInfosBox* myBriefInfo; SMESHGUI_MeshInfosBox* myFullInfo; @@ -315,6 +318,8 @@ private: QPushButton * cancelButton; QLabel * nbNodesLabel; QLabel * nbElemsLabel; + QLabel * freeRAMLabel; + QProgressBar* progressBar; }; #endif // SMESHGUI_COMPUTEDLG_H