Version: 8.3.0
SMESHGUI_ReorientFacesDlg Class Reference

Dialog to reorient faces acoording to vector. More...

#include <SMESHGUI_ReorientFacesDlg.h>

Inheritance diagram for SMESHGUI_ReorientFacesDlg:

Public Slots

void constructorChange (int id)
 Show point or face. More...
 

Public Member Functions

 SMESHGUI_ReorientFacesDlg ()
 Dialog to reorient faces acoording to vector. 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 Member Functions

QWidgetcreateMainFrame (QWidget *)
 Create frame containing dialog's input fields. More...
 

Private Attributes

QButtonGroup * myConstructorGrp
 
QFramemyFaceFrm
 
QFramemyPointFrm
 
QFramemyDirFrm
 
QFramemyVolumFrm
 
QCheckBox * myOutsideChk
 
SMESHGUI_SpinBoxmyX
 
SMESHGUI_SpinBoxmyY
 
SMESHGUI_SpinBoxmyZ
 
SMESHGUI_SpinBoxmyDX
 
SMESHGUI_SpinBoxmyDY
 
SMESHGUI_SpinBoxmyDZ
 
QString myHelpFileName
 

Friends

class SMESHGUI_ReorientFacesOp
 

Detailed Description

Dialog to reorient faces acoording to vector.

Constructor & Destructor Documentation

SMESHGUI_ReorientFacesDlg::SMESHGUI_ReorientFacesDlg ( )

Dialog to reorient faces acoording to vector.

References createMainFrame(), and SPACING.

Member Function Documentation

void SMESHGUI_ReorientFacesDlg::constructorChange ( int  id)
slot
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_ReorientFacesOp
friend

Field Documentation

QButtonGroup* SMESHGUI_ReorientFacesDlg::myConstructorGrp
private
QFrame* SMESHGUI_ReorientFacesDlg::myDirFrm
private
QFrame* SMESHGUI_ReorientFacesDlg::myFaceFrm
private
QString SMESHGUI_ReorientFacesDlg::myHelpFileName
private
QCheckBox* SMESHGUI_ReorientFacesDlg::myOutsideChk
private
QFrame* SMESHGUI_ReorientFacesDlg::myPointFrm
private
QFrame* SMESHGUI_ReorientFacesDlg::myVolumFrm
private