Dialog contains mesh order box for modification operation. More...
#include <SMESHGUI_MeshOrderDlg.h>
Public Member Functions | |
SMESHGUI_MeshOrderDlg (QWidget *) | |
Public methods. More... | |
~SMESHGUI_MeshOrderDlg () | |
Destructor. More... | |
SMESHGUI_MeshOrderBox * | GetMeshOrderBox () const |
return Box widget to show mesh order 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 | |
SUIT_Desktop * | desktop () const |
find desktop of active application More... | |
SUIT_ResourceMgr * | resourceMgr () const |
gets resource manager More... | |
Private Attributes | |
SMESHGUI_MeshOrderBox * | myBox |
Private fields. More... | |
Dialog contains mesh order box for modification operation.
SMESHGUI_MeshOrderDlg::SMESHGUI_MeshOrderDlg | ( | QWidget * | theParent | ) |
SMESHGUI_MeshOrderDlg::~SMESHGUI_MeshOrderDlg | ( | ) |
Destructor.
|
protectedinherited |
find desktop of active application
References MESHCUT::d.
SMESHGUI_MeshOrderBox * SMESHGUI_MeshOrderDlg::GetMeshOrderBox | ( | ) | const |
return Box widget to show mesh order
References myBox.
Referenced by SMESHGUI_MeshOrderOp::initDialog().
|
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().
|
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().
|
private |
Private fields.
Referenced by GetMeshOrderBox(), and SMESHGUI_MeshOrderDlg().