Dialog to find elements by a point coordinates. More...
#include <SMESHGUI_FindElemByPointDlg.h>
Signals | |
void | rejectedDlg () |
Public Member Functions | |
SMESHGUI_FindElemByPointDlg () | |
Dialog to find elements by a point coordinates. More... | |
void | setTypes (SMESH::array_of_ElementType_var &types) |
Set types of elements available for search. 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 Slots | |
virtual void | reject () |
Method needed for internal cuisine. More... | |
Protected Member Functions | |
SUIT_Desktop * | desktop () const |
find desktop of active application More... | |
SUIT_ResourceMgr * | resourceMgr () const |
gets resource manager More... | |
Private Member Functions | |
QWidget * | createMainFrame (QWidget *) |
Private Attributes | |
QLineEdit * | myMeshName |
SMESHGUI_SpinBox * | myX |
SMESHGUI_SpinBox * | myY |
SMESHGUI_SpinBox * | myZ |
QtxComboBox * | myElemTypeCombo |
QPushButton * | myFindBtn |
QListWidget * | myFoundList |
QString | myHelpFileName |
Friends | |
class | SMESHGUI_FindElemByPointOp |
Dialog to find elements by a point coordinates.
SMESHGUI_FindElemByPointDlg::SMESHGUI_FindElemByPointDlg | ( | ) |
Dialog to find elements by a point coordinates.
References createMainFrame(), and SPACING.
References COORD_MAX, COORD_MIN, MARGIN, myElemTypeCombo, myFindBtn, myFoundList, myMeshName, myX, myY, myZ, SMESHGUI_SpinBox::RangeStepAndValidator(), SMESHGUI_SpinBox::SetValue(), and SPACING.
Referenced by SMESHGUI_FindElemByPointDlg().
|
protectedinherited |
find desktop of active application
References MESHCUT::d.
|
staticinherited |
Return hard-coded prefix using to differ overlapping types.
Referenced by SMESHGUI_Dialog::SMESHGUI_Dialog(), and SMESHGUI_SelectionOp::typeById().
|
protectedvirtualslot |
Method needed for internal cuisine.
References rejectedDlg().
|
signal |
Referenced by reject().
|
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_FindElemByPointDlg::setTypes | ( | SMESH::array_of_ElementType_var & | types | ) |
Set types of elements available for search.
References SMESH::ALL, SMESH::BALL, SMESH::EDGE, SMESH::ELEM0D, SMESH::FACE, myElemTypeCombo, SMESH::NODE, and SMESH::VOLUME.
Referenced by SMESHGUI_FindElemByPointOp::onSelectionDone().
|
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().
|
friend |
|
private |
|
private |
|
private |
Referenced by createMainFrame(), SMESHGUI_FindElemByPointOp::onElemSelected(), SMESHGUI_FindElemByPointOp::onElemTypeChange(), SMESHGUI_FindElemByPointOp::onFind(), SMESHGUI_FindElemByPointOp::onSelectionDone(), SMESHGUI_FindElemByPointOp::redisplayPreview(), and SMESHGUI_FindElemByPointOp::SMESHGUI_FindElemByPointOp().
|
private |
|
private |
Referenced by createMainFrame(), and SMESHGUI_FindElemByPointOp::onSelectionDone().
|
private |
|
private |
|
private |