Version: 9.16.0
SMESHGUI_HypothesisDlg Class Reference

#include <SMESHGUI_Hypotheses.h>

Inheritance diagram for SMESHGUI_HypothesisDlg:

Public Member Functions

 SMESHGUI_HypothesisDlg (SMESHGUI_GenericHypothesisCreator *, QWidget *)
 
virtual ~SMESHGUI_HypothesisDlg ()
 
void setHIcon (const QPixmap &)
 
void setCustomFrame (QFrame *)
 
void setType (const QString &)
 
void showEvent (QShowEvent *event)
 

Protected Slots

virtual void accept ()
 
virtual void reject ()
 
void onHelp ()
 

Private Attributes

SMESHGUI_GenericHypothesisCreatormyCreator
 
QLabelmyIconLabel
 
QLabelmyTypeLabel
 
QString myHelpFileName
 

Constructor & Destructor Documentation

◆ SMESHGUI_HypothesisDlg()

◆ ~SMESHGUI_HypothesisDlg()

SMESHGUI_HypothesisDlg::~SMESHGUI_HypothesisDlg ( )
virtual

References myCreator.

Member Function Documentation

◆ accept

void SMESHGUI_HypothesisDlg::accept ( )
protectedvirtualslot

◆ onHelp

void SMESHGUI_HypothesisDlg::onHelp ( )
protectedslot

◆ reject

void SMESHGUI_HypothesisDlg::reject ( )
protectedvirtualslot

◆ setCustomFrame()

void SMESHGUI_HypothesisDlg::setCustomFrame ( QFrame f)

◆ setHIcon()

void SMESHGUI_HypothesisDlg::setHIcon ( const QPixmap &  p)

◆ setType()

void SMESHGUI_HypothesisDlg::setType ( const QString &  t)

◆ showEvent()

void SMESHGUI_HypothesisDlg::showEvent ( QShowEvent *  event)

Field Documentation

◆ myCreator

SMESHGUI_GenericHypothesisCreator* SMESHGUI_HypothesisDlg::myCreator
private

◆ myHelpFileName

QString SMESHGUI_HypothesisDlg::myHelpFileName
private

Referenced by onHelp(), and SMESHGUI_HypothesisDlg().

◆ myIconLabel

QLabel* SMESHGUI_HypothesisDlg::myIconLabel
private

Referenced by setHIcon(), and SMESHGUI_HypothesisDlg().

◆ myTypeLabel

QLabel * SMESHGUI_HypothesisDlg::myTypeLabel
private

Referenced by setType(), and SMESHGUI_HypothesisDlg().