Version: 9.16.0
SMESHGUI_ConvToQuadDlg Class Reference

#include <SMESHGUI_ConvToQuadDlg.h>

Inheritance diagram for SMESHGUI_ConvToQuadDlg:

Signals

void onClicked (int)
 

Public Member Functions

 SMESHGUI_ConvToQuadDlg ()
 
virtual ~SMESHGUI_ConvToQuadDlg ()
 
bool IsMediumNdsOnGeom () const
 
void SetMediumNdsOnGeom (const bool)
 
bool IsEnabledCheck () const
 
void SetEnabledCheck (const bool)
 
void SetEnabledGroup (const bool)
 
void SetEnabledControls (const bool)
 
void SetEnabledRB (const int, const bool)
 
int CurrentRB ()
 
void ShowWarning (bool)
 
bool isWarningShown ()
 
bool IsBiQuadratic () const
 
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

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

Private Attributes

QCheckBox * myMedNdsOnGeom
 
QGroupBoxmyBGBox
 
QButtonGroup * myBG
 
QRadioButton * myRB2Lin
 
QRadioButton * myRB2Quad
 
QRadioButton * myRB2BiQua
 
QLabelmyWarning
 

Constructor & Destructor Documentation

◆ SMESHGUI_ConvToQuadDlg()

SMESHGUI_ConvToQuadDlg::SMESHGUI_ConvToQuadDlg ( )

◆ ~SMESHGUI_ConvToQuadDlg()

SMESHGUI_ConvToQuadDlg::~SMESHGUI_ConvToQuadDlg ( )
virtual

Member Function Documentation

◆ CurrentRB()

int SMESHGUI_ConvToQuadDlg::CurrentRB ( )

References myBG.

Referenced by SMESHGUI_ConvToQuadOp::onApply().

◆ desktop()

SUIT_Desktop * SMESHGUI_Dialog::desktop ( ) const
protectedinherited

find desktop of active application

References MESHCUT::d.

◆ IsBiQuadratic()

bool SMESHGUI_ConvToQuadDlg::IsBiQuadratic ( ) const

References myRB2BiQua.

Referenced by SMESHGUI_ConvToQuadOp::onApply().

◆ IsEnabledCheck()

bool SMESHGUI_ConvToQuadDlg::IsEnabledCheck ( ) const

◆ IsMediumNdsOnGeom()

bool SMESHGUI_ConvToQuadDlg::IsMediumNdsOnGeom ( ) const

◆ isWarningShown()

bool SMESHGUI_ConvToQuadDlg::isWarningShown ( )

References myWarning.

◆ onClicked

void SMESHGUI_ConvToQuadDlg::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

◆ SetEnabledCheck()

void SMESHGUI_ConvToQuadDlg::SetEnabledCheck ( const bool  theCheck)

◆ SetEnabledControls()

void SMESHGUI_ConvToQuadDlg::SetEnabledControls ( const bool  theCheck)

◆ SetEnabledGroup()

void SMESHGUI_ConvToQuadDlg::SetEnabledGroup ( const bool  )

◆ SetEnabledRB()

void SMESHGUI_ConvToQuadDlg::SetEnabledRB ( const int  idx,
const bool  theCheck 
)

◆ SetMediumNdsOnGeom()

void SMESHGUI_ConvToQuadDlg::SetMediumNdsOnGeom ( const bool  theCheck)

◆ show()

◆ ShowWarning()

void SMESHGUI_ConvToQuadDlg::ShowWarning ( bool  toShow)

Field Documentation

◆ myBG

QButtonGroup* SMESHGUI_ConvToQuadDlg::myBG
private

◆ myBGBox

QGroupBox* SMESHGUI_ConvToQuadDlg::myBGBox
private

Referenced by SMESHGUI_ConvToQuadDlg().

◆ myMedNdsOnGeom

QCheckBox* SMESHGUI_ConvToQuadDlg::myMedNdsOnGeom
private

◆ myRB2BiQua

QRadioButton* SMESHGUI_ConvToQuadDlg::myRB2BiQua
private

◆ myRB2Lin

QRadioButton* SMESHGUI_ConvToQuadDlg::myRB2Lin
private

◆ myRB2Quad

QRadioButton* SMESHGUI_ConvToQuadDlg::myRB2Quad
private

◆ myWarning

QLabel* SMESHGUI_ConvToQuadDlg::myWarning
private