Version: 8.3.0
SMESHGUI_ComputeDlg_QThreadQDialog Class Reference

Dialog to display Cancel button. More...

#include <SMESHGUI_ComputeDlg.h>

Inheritance diagram for SMESHGUI_ComputeDlg_QThreadQDialog:

Public Member Functions

 SMESHGUI_ComputeDlg_QThreadQDialog (QWidget *parent, SMESH::SMESH_Gen_var gen, SMESH::SMESH_Mesh_var mesh, GEOM::GEOM_Object_var mainShape)
 
bool result ()
 

Protected Member Functions

void timerEvent (QTimerEvent *timer)
 
void closeEvent (QCloseEvent *event)
 

Private Slots

void onCancel ()
 

Private Attributes

SMESHGUI_ComputeDlg_QThread qthread
 
QPushButton * cancelButton
 
QLabel * nbNodesLabel
 
QLabel * nbElemsLabel
 
QLabel * freeRAMLabel
 
QProgressBar * progressBar
 

Detailed Description

Dialog to display Cancel button.

Constructor & Destructor Documentation

SMESHGUI_ComputeDlg_QThreadQDialog::SMESHGUI_ComputeDlg_QThreadQDialog ( QWidget parent,
SMESH::SMESH_Gen_var  gen,
SMESH::SMESH_Mesh_var  mesh,
GEOM::GEOM_Object_var  mainShape 
)

Member Function Documentation

void SMESHGUI_ComputeDlg_QThreadQDialog::closeEvent ( QCloseEvent *  event)
protected

References qthread.

void SMESHGUI_ComputeDlg_QThreadQDialog::onCancel ( )
privateslot
bool SMESHGUI_ComputeDlg_QThreadQDialog::result ( )
void SMESHGUI_ComputeDlg_QThreadQDialog::timerEvent ( QTimerEvent *  timer)
protected

Field Documentation

QPushButton* SMESHGUI_ComputeDlg_QThreadQDialog::cancelButton
private
QLabel* SMESHGUI_ComputeDlg_QThreadQDialog::freeRAMLabel
private
QLabel* SMESHGUI_ComputeDlg_QThreadQDialog::nbElemsLabel
private
QLabel* SMESHGUI_ComputeDlg_QThreadQDialog::nbNodesLabel
private
QProgressBar* SMESHGUI_ComputeDlg_QThreadQDialog::progressBar
private
SMESHGUI_ComputeDlg_QThread SMESHGUI_ComputeDlg_QThreadQDialog::qthread
private