#include <SMESHGUI_Hypotheses.h>
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_GenericHypothesisCreator * | myCreator |
QLabel * | myIconLabel |
QLabel * | myTypeLabel |
QString | myHelpFileName |
SMESHGUI_HypothesisDlg::SMESHGUI_HypothesisDlg | ( | SMESHGUI_GenericHypothesisCreator * | creator, |
QWidget * | parent | ||
) |
|
virtual |
References myCreator.
|
protectedvirtualslot |
References SMESHGUI_GenericHypothesisCreator::checkParams(), and myCreator.
|
protectedslot |
References myCreator, myHelpFileName, and SMESH::Plugin_Name().
Referenced by SMESHGUI_HypothesisDlg().
|
protectedvirtualslot |
References myCreator, and SMESHGUI_GenericHypothesisCreator::onReject().
void SMESHGUI_HypothesisDlg::setCustomFrame | ( | QFrame * | f | ) |
Referenced by SMESHGUI_GenericHypothesisCreator::editHypothesis().
void SMESHGUI_HypothesisDlg::setHIcon | ( | const QPixmap & | p | ) |
References myIconLabel.
Referenced by SMESHGUI_GenericHypothesisCreator::editHypothesis().
void SMESHGUI_HypothesisDlg::setType | ( | const QString & | t | ) |
References myTypeLabel.
Referenced by SMESHGUI_GenericHypothesisCreator::editHypothesis().
|
private |
Referenced by accept(), onHelp(), reject(), and ~SMESHGUI_HypothesisDlg().
|
private |
Referenced by onHelp(), and SMESHGUI_HypothesisDlg().
|
private |
Referenced by setHIcon(), and SMESHGUI_HypothesisDlg().
|
private |
Referenced by setType(), and SMESHGUI_HypothesisDlg().