Version: 8.3.0
SMESHGUI_MeshOrderDlg Class Reference

Dialog contains mesh order box for modification operation. More...

#include <SMESHGUI_MeshOrderDlg.h>

Inheritance diagram for SMESHGUI_MeshOrderDlg:

Public Member Functions

 SMESHGUI_MeshOrderDlg (QWidget *)
 Public methods. More...
 
 ~SMESHGUI_MeshOrderDlg ()
 Destructor. More...
 
SMESHGUI_MeshOrderBoxGetMeshOrderBox () 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_MeshOrderBoxmyBox
 Private fields. More...
 

Detailed Description

Dialog contains mesh order box for modification operation.

Constructor & Destructor Documentation

SMESHGUI_MeshOrderDlg::SMESHGUI_MeshOrderDlg ( QWidget theParent)

Public methods.

Constructor.

References main(), myBox, and SPACING.

SMESHGUI_MeshOrderDlg::~SMESHGUI_MeshOrderDlg ( )

Destructor.

Member Function Documentation

SUIT_Desktop * SMESHGUI_Dialog::desktop ( ) const
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().

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

Field Documentation

SMESHGUI_MeshOrderBox* SMESHGUI_MeshOrderDlg::myBox
private

Private fields.

Referenced by GetMeshOrderBox(), and SMESHGUI_MeshOrderDlg().