Version: 8.3.0
SMESHGUI_MakeNodeAtPointDlg Class Reference

Dialog to make a mesh pass through a point. More...

#include <SMESHGUI_MakeNodeAtPointDlg.h>

Inheritance diagram for SMESHGUI_MakeNodeAtPointDlg:

Public Member Functions

 SMESHGUI_MakeNodeAtPointDlg ()
 Dialog to publish a sub-shape of the mesh main shape by selecting mesh elements. 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 Slots

void ButtonToggled (bool)
 SLOT called when any button is toggled. More...
 
void ConstructorsClicked (int)
 SLOT called when clicked radio button. More...
 

Private Member Functions

QWidgetcreateMainFrame (QWidget *)
 

Private Attributes

QWidgetmyMainFrame
 
QButtonGroup * myButtonGroup
 
QRadioButton * myRButNodeToMove
 
QRadioButton * myRButMoveWithoutNode
 
QPushButton * myDestBtn
 
QPushButton * myUpdateBtn
 
QGroupBoxmyDestinationGrp
 
QGroupBoxmyNodeToMoveGrp
 
QPushButton * myIdBtn
 
QLineEdit * myId
 
SMESHGUI_SpinBoxmyCurrentX
 
SMESHGUI_SpinBoxmyCurrentY
 
SMESHGUI_SpinBoxmyCurrentZ
 
SMESHGUI_SpinBoxmyDestinationX
 
SMESHGUI_SpinBoxmyDestinationY
 
SMESHGUI_SpinBoxmyDestinationZ
 
QLabel * myDestDXLabel
 
QLabel * myDestDYLabel
 
QLabel * myDestDZLabel
 
SMESHGUI_SpinBoxmyDestDX
 
SMESHGUI_SpinBoxmyDestDY
 
SMESHGUI_SpinBoxmyDestDZ
 
QCheckBox * myPreviewChkBox
 
QString myHelpFileName
 

Friends

class SMESHGUI_MakeNodeAtPointOp
 

Detailed Description

Dialog to make a mesh pass through a point.

Constructor & Destructor Documentation

SMESHGUI_MakeNodeAtPointDlg::SMESHGUI_MakeNodeAtPointDlg ( )

Dialog to publish a sub-shape of the mesh main shape by selecting mesh elements.

References createMainFrame(), myMainFrame, and SPACING.

Member Function Documentation

void SMESHGUI_MakeNodeAtPointDlg::ButtonToggled ( bool  on)
privateslot

SLOT called when any button is toggled.

Parameters
bool- on or off

References myDestBtn, and myIdBtn.

Referenced by createMainFrame().

void SMESHGUI_MakeNodeAtPointDlg::ConstructorsClicked ( int  constructorId)
privateslot
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().

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

Friends And Related Function Documentation

friend class SMESHGUI_MakeNodeAtPointOp
friend

Field Documentation

QButtonGroup* SMESHGUI_MakeNodeAtPointDlg::myButtonGroup
private
QPushButton* SMESHGUI_MakeNodeAtPointDlg::myDestBtn
private
QLabel* SMESHGUI_MakeNodeAtPointDlg::myDestDXLabel
private
QLabel* SMESHGUI_MakeNodeAtPointDlg::myDestDYLabel
private
QLabel* SMESHGUI_MakeNodeAtPointDlg::myDestDZLabel
private
QGroupBox* SMESHGUI_MakeNodeAtPointDlg::myDestinationGrp
private

Referenced by createMainFrame().

QString SMESHGUI_MakeNodeAtPointDlg::myHelpFileName
private
QPushButton* SMESHGUI_MakeNodeAtPointDlg::myIdBtn
private
QWidget* SMESHGUI_MakeNodeAtPointDlg::myMainFrame
private
QGroupBox* SMESHGUI_MakeNodeAtPointDlg::myNodeToMoveGrp
private
QCheckBox* SMESHGUI_MakeNodeAtPointDlg::myPreviewChkBox
private
QRadioButton* SMESHGUI_MakeNodeAtPointDlg::myRButMoveWithoutNode
private
QRadioButton* SMESHGUI_MakeNodeAtPointDlg::myRButNodeToMove
private
QPushButton* SMESHGUI_MakeNodeAtPointDlg::myUpdateBtn
private