Version: 8.3.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
 
QLabel * myWarning
 

Constructor & Destructor Documentation

SMESHGUI_ConvToQuadDlg::SMESHGUI_ConvToQuadDlg ( )
SMESHGUI_ConvToQuadDlg::~SMESHGUI_ConvToQuadDlg ( )
virtual

Member Function Documentation

int SMESHGUI_ConvToQuadDlg::CurrentRB ( )

References myBG.

Referenced by SMESHGUI_ConvToQuadOp::onApply().

SUIT_Desktop * SMESHGUI_Dialog::desktop ( ) const
protectedinherited

find desktop of active application

References MESHCUT::d.

bool SMESHGUI_ConvToQuadDlg::IsBiQuadratic ( ) const

References myRB2BiQua.

Referenced by SMESHGUI_ConvToQuadOp::onApply().

bool SMESHGUI_ConvToQuadDlg::IsEnabledCheck ( ) const
bool SMESHGUI_ConvToQuadDlg::IsMediumNdsOnGeom ( ) const
bool SMESHGUI_ConvToQuadDlg::isWarningShown ( )

References myWarning.

void SMESHGUI_ConvToQuadDlg::onClicked ( int  )
signal
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().

void SMESHGUI_ConvToQuadDlg::SetEnabledCheck ( const bool  theCheck)
void SMESHGUI_ConvToQuadDlg::SetEnabledControls ( const bool  theCheck)
void SMESHGUI_ConvToQuadDlg::SetEnabledGroup ( const bool  )
void SMESHGUI_ConvToQuadDlg::SetMediumNdsOnGeom ( const bool  theCheck)
void SMESHGUI_ConvToQuadDlg::ShowWarning ( bool  toShow)

Field Documentation

QButtonGroup* SMESHGUI_ConvToQuadDlg::myBG
private
QGroupBox* SMESHGUI_ConvToQuadDlg::myBGBox
private

Referenced by SMESHGUI_ConvToQuadDlg().

QCheckBox* SMESHGUI_ConvToQuadDlg::myMedNdsOnGeom
private
QRadioButton* SMESHGUI_ConvToQuadDlg::myRB2BiQua
private
QRadioButton* SMESHGUI_ConvToQuadDlg::myRB2Lin
private
QRadioButton* SMESHGUI_ConvToQuadDlg::myRB2Quad
private
QLabel* SMESHGUI_ConvToQuadDlg::myWarning
private