#include <SMESHGUI_ConvToQuadDlg.h>
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 |
QGroupBox * | myBGBox |
QButtonGroup * | myBG |
QRadioButton * | myRB2Lin |
QRadioButton * | myRB2Quad |
QRadioButton * | myRB2BiQua |
QLabel * | myWarning |
SMESHGUI_ConvToQuadDlg::SMESHGUI_ConvToQuadDlg | ( | ) |
References MARGIN, myBG, myBGBox, myMedNdsOnGeom, myRB2BiQua, myRB2Lin, myRB2Quad, myWarning, onClicked(), and SPACING.
|
virtual |
int SMESHGUI_ConvToQuadDlg::CurrentRB | ( | ) |
References myBG.
Referenced by SMESHGUI_ConvToQuadOp::onApply().
|
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 |
References myMedNdsOnGeom.
Referenced by SMESHGUI_ConvToQuadOp::onApply().
bool SMESHGUI_ConvToQuadDlg::IsMediumNdsOnGeom | ( | ) | const |
References myMedNdsOnGeom.
Referenced by SMESHGUI_ConvToQuadOp::onApply().
|
signal |
Referenced by SetEnabledRB(), and SMESHGUI_ConvToQuadDlg().
|
staticinherited |
Return hard-coded prefix using to differ overlapping types.
Referenced by SMESHGUI_Dialog::SMESHGUI_Dialog(), and SMESHGUI_SelectionOp::typeById().
|
protectedinherited |
gets resource manager
Referenced by SMESHGUI_ComputeDlg::createMainFrame(), SMESHGUI_DisplayEntitiesDlg::SMESHGUI_DisplayEntitiesDlg(), and SMESHGUI_GroupOnShapeDlg::SMESHGUI_GroupOnShapeDlg().
|
virtualinherited |
set all content to enable (parameter is true) or disable state
Referenced by SMESHGUI_Operation::setDialogActive().
void SMESHGUI_ConvToQuadDlg::SetEnabledCheck | ( | const bool | theCheck | ) |
References myMedNdsOnGeom.
Referenced by SMESHGUI_ConvToQuadOp::ConnectRadioButtons().
void SMESHGUI_ConvToQuadDlg::SetEnabledControls | ( | const bool | theCheck | ) |
References myMedNdsOnGeom, myRB2BiQua, myRB2Lin, and myRB2Quad.
Referenced by SMESHGUI_ConvToQuadOp::selectionDone().
void SMESHGUI_ConvToQuadDlg::SetEnabledGroup | ( | const bool | ) |
References SMESHGUI_ConvToQuadOp::BiQuadratic, SMESHGUI_ConvToQuadOp::Linear, myBG, myMedNdsOnGeom, myRB2BiQua, myRB2Lin, myRB2Quad, onClicked(), and SMESHGUI_ConvToQuadOp::Quadratic.
Referenced by SMESHGUI_ConvToQuadOp::selectionDone().
void SMESHGUI_ConvToQuadDlg::SetMediumNdsOnGeom | ( | const bool | theCheck | ) |
References myMedNdsOnGeom.
Referenced by SMESHGUI_ConvToQuadOp::startOperation().
|
virtualinherited |
Referenced by SMESHGUI_MeshOp::onCloseShapeByMeshDlg(), SMESHGUI_MeshOp::onPublishShapeByMeshDlg(), SMESHGUI_BaseComputeOp::showComputeResult(), SMESHGUI_BaseComputeOp::showEvaluateResult(), SMESHGUI_FindElemByPointOp::startOperation(), SMESHGUI_ReorientFacesOp::startOperation(), SMESHGUI_GroupOnShapeOp::startOperation(), SMESHGUI_ConvToQuadOp::startOperation(), SMESHGUI_MakeNodeAtPointOp::startOperation(), SMESHGUI_SplitBiQuadOp::startOperation(), SMESHGUI_MeshOp::startOperation(), SMESHGUI_MeshOrderOp::startOperation(), SMESHGUI_ShapeByMeshOp::startOperation(), and SMESHGUI_Add0DElemsOnAllNodesOp::startOperation().
void SMESHGUI_ConvToQuadDlg::ShowWarning | ( | bool | toShow | ) |
References myWarning.
Referenced by SMESHGUI_ConvToQuadOp::selectionDone(), and SMESHGUI_ConvToQuadOp::startOperation().
|
private |
Referenced by CurrentRB(), SetEnabledRB(), and SMESHGUI_ConvToQuadDlg().
|
private |
Referenced by SMESHGUI_ConvToQuadDlg().
|
private |
|
private |
Referenced by IsBiQuadratic(), SetEnabledControls(), SetEnabledRB(), and SMESHGUI_ConvToQuadDlg().
|
private |
Referenced by SetEnabledControls(), SetEnabledRB(), and SMESHGUI_ConvToQuadDlg().
|
private |
Referenced by SetEnabledControls(), SetEnabledRB(), and SMESHGUI_ConvToQuadDlg().
|
private |
Referenced by isWarningShown(), ShowWarning(), and SMESHGUI_ConvToQuadDlg().