0019941: EDF 766 SMESH : Max length hypothesis

+  virtual void                 valueChanged( QWidget* );
This commit is contained in:
eap 2009-01-13 13:05:16 +00:00
parent 9fa65460e9
commit 09834f1960
2 changed files with 6 additions and 0 deletions

View File

@ -247,6 +247,11 @@ QFrame* SMESHGUI_GenericHypothesisCreator::buildStdFrame()
}
void SMESHGUI_GenericHypothesisCreator::onValueChanged()
{
valueChanged( (QWidget*) sender() );
}
void SMESHGUI_GenericHypothesisCreator::valueChanged( QWidget* )
{
}

View File

@ -91,6 +91,7 @@ protected:
virtual QWidget* getCustomWidget( const StdParam&,
QWidget*, const int ) const;
virtual bool getParamFromCustomWidget( StdParam&, QWidget* ) const;
virtual void valueChanged( QWidget* );
virtual QString caption() const;
virtual QPixmap icon() const;
virtual QString type() const;