Version: 8.3.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 &)
 

Protected Slots

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

Private Attributes

SMESHGUI_GenericHypothesisCreatormyCreator
 
QLabel * myIconLabel
 
QLabel * myTypeLabel
 
QString myHelpFileName
 

Constructor & Destructor Documentation

SMESHGUI_HypothesisDlg::~SMESHGUI_HypothesisDlg ( )
virtual

References myCreator.

Member Function Documentation

void SMESHGUI_HypothesisDlg::accept ( )
protectedvirtualslot
void SMESHGUI_HypothesisDlg::onHelp ( )
protectedslot
void SMESHGUI_HypothesisDlg::reject ( )
protectedvirtualslot
void SMESHGUI_HypothesisDlg::setCustomFrame ( QFrame f)
void SMESHGUI_HypothesisDlg::setHIcon ( const QPixmap &  p)
void SMESHGUI_HypothesisDlg::setType ( const QString &  t)

Field Documentation

SMESHGUI_GenericHypothesisCreator* SMESHGUI_HypothesisDlg::myCreator
private
QString SMESHGUI_HypothesisDlg::myHelpFileName
private

Referenced by onHelp(), and SMESHGUI_HypothesisDlg().

QLabel* SMESHGUI_HypothesisDlg::myIconLabel
private

Referenced by setHIcon(), and SMESHGUI_HypothesisDlg().

QLabel * SMESHGUI_HypothesisDlg::myTypeLabel
private

Referenced by setType(), and SMESHGUI_HypothesisDlg().