Version: 8.3.0
SMESHGUI_FindElemByPointDlg Class Reference

Dialog to find elements by a point coordinates. More...

#include <SMESHGUI_FindElemByPointDlg.h>

Inheritance diagram for SMESHGUI_FindElemByPointDlg:

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

QWidgetcreateMainFrame (QWidget *)
 

Private Attributes

QLineEdit * myMeshName
 
SMESHGUI_SpinBoxmyX
 
SMESHGUI_SpinBoxmyY
 
SMESHGUI_SpinBoxmyZ
 
QtxComboBox * myElemTypeCombo
 
QPushButton * myFindBtn
 
QListWidget * myFoundList
 
QString myHelpFileName
 

Friends

class SMESHGUI_FindElemByPointOp
 

Detailed Description

Dialog to find elements by a point coordinates.

Constructor & Destructor Documentation

SMESHGUI_FindElemByPointDlg::SMESHGUI_FindElemByPointDlg ( )

Dialog to find elements by a point coordinates.

References createMainFrame(), and SPACING.

Member Function Documentation

QWidget * SMESHGUI_FindElemByPointDlg::createMainFrame ( QWidget theParent)
private
SUIT_Desktop * SMESHGUI_Dialog::desktop ( ) const
protectedinherited

find desktop of active application

References MESHCUT::d.

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().

void SMESHGUI_FindElemByPointDlg::reject ( )
protectedvirtualslot

Method needed for internal cuisine.

References rejectedDlg().

void SMESHGUI_FindElemByPointDlg::rejectedDlg ( )
signal

Referenced by reject().

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_FindElemByPointDlg::setTypes ( SMESH::array_of_ElementType_var &  types)

Friends And Related Function Documentation

friend class SMESHGUI_FindElemByPointOp
friend

Field Documentation

QPushButton* SMESHGUI_FindElemByPointDlg::myFindBtn
private
QString SMESHGUI_FindElemByPointDlg::myHelpFileName
private
QLineEdit* SMESHGUI_FindElemByPointDlg::myMeshName
private