Version: 9.12.0
SMESHGUI_CreateDualMeshDlg Class Reference

#include <SMESHGUI_CreateDualMeshDlg.h>

Inheritance diagram for SMESHGUI_CreateDualMeshDlg:

Signals

void onClicked (int)
 

Public Member Functions

 SMESHGUI_CreateDualMeshDlg ()
 
virtual ~SMESHGUI_CreateDualMeshDlg ()
 
void ShowWarning (bool)
 
bool isWarningShown ()
 
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...
 

Data Fields

QLineEdit * myMeshName
 
QCheckBox * myProjShape
 

Protected Member Functions

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

Private Attributes

QLabelmyWarning
 
QLabelmyMeshNameLabel
 

Constructor & Destructor Documentation

◆ SMESHGUI_CreateDualMeshDlg()

SMESHGUI_CreateDualMeshDlg::SMESHGUI_CreateDualMeshDlg ( )

◆ ~SMESHGUI_CreateDualMeshDlg()

SMESHGUI_CreateDualMeshDlg::~SMESHGUI_CreateDualMeshDlg ( )
virtual

Member Function Documentation

◆ desktop()

SUIT_Desktop * SMESHGUI_Dialog::desktop ( ) const
protectedinherited

find desktop of active application

References MESHCUT::d.

◆ isWarningShown()

bool SMESHGUI_CreateDualMeshDlg::isWarningShown ( )

References myWarning.

◆ onClicked

void SMESHGUI_CreateDualMeshDlg::onClicked ( int  )
signal

◆ prefix()

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().

◆ resourceMgr()

SUIT_ResourceMgr * SMESHGUI_Dialog::resourceMgr ( ) const
protectedinherited

◆ setContentActive()

void SMESHGUI_Dialog::setContentActive ( const bool  active)
virtualinherited

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

◆ show()

◆ ShowWarning()

void SMESHGUI_CreateDualMeshDlg::ShowWarning ( bool  toShow)

Field Documentation

◆ myMeshName

QLineEdit* SMESHGUI_CreateDualMeshDlg::myMeshName

◆ myMeshNameLabel

QLabel* SMESHGUI_CreateDualMeshDlg::myMeshNameLabel
private

◆ myProjShape

QCheckBox* SMESHGUI_CreateDualMeshDlg::myProjShape

◆ myWarning

QLabel* SMESHGUI_CreateDualMeshDlg::myWarning
private