Salome HOME
Show free RAM while computing the mesh
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_ComputeDlg.h
index 4c4198cb1f1ca29e62901282c86fdd046a5d2e86..e8101a311d5913cb3b27dfd352b1e78d0f03100e 100644 (file)
@@ -99,6 +99,7 @@ protected slots:
   void                           onPreviewShape();
   void                           onPublishShape();
   void                           onShowBadMesh();
+  void                           onGroupOfBadMesh();
   void                           currentCellChanged();
 
 private:
@@ -226,6 +227,7 @@ protected:
   QPushButton*                 myShowBtn;
   QPushButton*                 myPublishBtn;
   QPushButton*                 myBadMeshBtn;
+  QPushButton*                 myBadMeshToGroupBtn;
 
   SMESHGUI_MeshInfosBox*       myBriefInfo;
   SMESHGUI_MeshInfosBox*       myFullInfo;
@@ -315,6 +317,7 @@ private:
   QPushButton *               cancelButton;
   QLabel *                    nbNodesLabel;
   QLabel *                    nbElemsLabel;
+  QLabel *                    freeRAMLabel;
 };
 
 #endif // SMESHGUI_COMPUTEDLG_H