Version: 8.3.0
SMESHGUI_ComputeDlg Class Reference

Dialog to compute a mesh and show computation errors. More...

#include <SMESHGUI_ComputeDlg.h>

Inheritance diagram for SMESHGUI_ComputeDlg:

Public Member Functions

 SMESHGUI_ComputeDlg (QWidget *, bool)
 Dialog to compute a mesh and show computation errors. More...
 
virtual ~SMESHGUI_ComputeDlg ()
 Destructor. More...
 
virtual void show ()
 
virtual void setContentActive (const bool)
 set all content to enable (parameter is true) or disable state More...
 

Static Public Member Functions

static int prefix (const QString &)
 Return hard-coded prefix using to differ overlapping types. More...
 

Protected Member Functions

QFramecreateMainFrame (QWidget *, bool)
 
SUIT_Desktop * desktop () const
 find desktop of active application More...
 
SUIT_ResourceMgr * resourceMgr () const
 gets resource manager More...
 

Protected Attributes

QLabel * myMeshName
 
QGroupBoxmyMemoryLackGroup
 
QGroupBoxmyCompErrorGroup
 
QGroupBoxmyHypErrorGroup
 
QLabel * myHypErrorLabel
 
QLabel * myWarningLabel
 
QTableWidgetmyTable
 
QPushButton * myShowBtn
 
QPushButton * myPublishBtn
 
QPushButton * myBadMeshBtn
 
QPushButton * myBadMeshToGroupBtn
 
SMESHGUI_MeshInfosBoxmyBriefInfo
 
SMESHGUI_MeshInfosBoxmyFullInfo
 

Friends

class SMESHGUI_BaseComputeOp
 
class SMESHGUI_PrecomputeOp
 

Detailed Description

Dialog to compute a mesh and show computation errors.

Constructor & Destructor Documentation

SMESHGUI_ComputeDlg::SMESHGUI_ComputeDlg ( QWidget parent,
bool  ForEval 
)

Dialog to compute a mesh and show computation errors.

References createMainFrame(), and SPACING.

SMESHGUI_ComputeDlg::~SMESHGUI_ComputeDlg ( )
virtual

Destructor.

Member Function Documentation

SUIT_Desktop * SMESHGUI_Dialog::desktop ( ) const
protectedinherited

find desktop of active application

References MESHCUT::d.

int SMESHGUI_Dialog::prefix ( const QString &  name)
staticinherited

Return hard-coded prefix using to differ overlapping types.

Referenced by SMESHGUI_Dialog::SMESHGUI_Dialog(), and SMESHGUI_SelectionOp::typeById().

SUIT_ResourceMgr * SMESHGUI_Dialog::resourceMgr ( ) const
protectedinherited
void SMESHGUI_Dialog::setContentActive ( const bool  active)
virtualinherited

set all content to enable (parameter is true) or disable state

Referenced by SMESHGUI_Operation::setDialogActive().

Friends And Related Function Documentation

friend class SMESHGUI_BaseComputeOp
friend
friend class SMESHGUI_PrecomputeOp
friend

Field Documentation

QPushButton* SMESHGUI_ComputeDlg::myBadMeshBtn
protected
QPushButton* SMESHGUI_ComputeDlg::myBadMeshToGroupBtn
protected
QLabel* SMESHGUI_ComputeDlg::myHypErrorLabel
protected
QGroupBox* SMESHGUI_ComputeDlg::myMemoryLackGroup
protected
QLabel* SMESHGUI_ComputeDlg::myMeshName
protected
QPushButton* SMESHGUI_ComputeDlg::myPublishBtn
protected
QPushButton* SMESHGUI_ComputeDlg::myShowBtn
protected
QLabel* SMESHGUI_ComputeDlg::myWarningLabel
protected