Version: 9.12.0
SMESHGUI_Dialog Class Reference

#include <SMESHGUI_Dialog.h>

Inheritance diagram for SMESHGUI_Dialog:

Public Member Functions

 SMESHGUI_Dialog (QWidget *=0, const bool modal=false, const bool allowResize=false, const int=OK|Close|Apply|Help)
 
virtual ~SMESHGUI_Dialog ()
 
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...
 

Constructor & Destructor Documentation

◆ SMESHGUI_Dialog()

SMESHGUI_Dialog::SMESHGUI_Dialog ( QWidget parent = 0,
const bool  modal = false,
const bool  allowResize = false,
const int  flags = OK | Close | Apply | Help 
)

◆ ~SMESHGUI_Dialog()

SMESHGUI_Dialog::~SMESHGUI_Dialog ( )
virtual

Member Function Documentation

◆ desktop()

SUIT_Desktop * SMESHGUI_Dialog::desktop ( ) const
protected

find desktop of active application

References MESHCUT::d.

◆ prefix()

int SMESHGUI_Dialog::prefix ( const QString &  name)
static

Return hard-coded prefix using to differ overlapping types.

Referenced by SMESHGUI_Dialog(), and SMESHGUI_SelectionOp::typeById().

◆ resourceMgr()

SUIT_ResourceMgr * SMESHGUI_Dialog::resourceMgr ( ) const
protected

◆ setContentActive()

void SMESHGUI_Dialog::setContentActive ( const bool  active)
virtual

set all content to enable (parameter is true) or disable state

◆ show()