mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-07 00:34:17 +05:00
0019923: EDF 765 SMESH : default values of hypothesis
+ bool hasInitParamsHypothesis() const;
This commit is contained in:
parent
b69a0197ca
commit
e16b5ec1a8
@ -363,6 +363,11 @@ SMESH::SMESH_Hypothesis_var SMESHGUI_GenericHypothesisCreator::initParamsHypothe
|
|||||||
return myInitParamsHypo;
|
return myInitParamsHypo;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool SMESHGUI_GenericHypothesisCreator::hasInitParamsHypothesis() const
|
||||||
|
{
|
||||||
|
return !CORBA::is_nil( myInitParamsHypo );
|
||||||
|
}
|
||||||
|
|
||||||
QString SMESHGUI_GenericHypothesisCreator::hypType() const
|
QString SMESHGUI_GenericHypothesisCreator::hypType() const
|
||||||
{
|
{
|
||||||
return myHypType;
|
return myHypType;
|
||||||
|
@ -77,6 +77,7 @@ protected:
|
|||||||
|
|
||||||
SMESH::SMESH_Hypothesis_var hypothesis() const;
|
SMESH::SMESH_Hypothesis_var hypothesis() const;
|
||||||
SMESH::SMESH_Hypothesis_var initParamsHypothesis(const bool strict=false) const;
|
SMESH::SMESH_Hypothesis_var initParamsHypothesis(const bool strict=false) const;
|
||||||
|
bool hasInitParamsHypothesis() const;
|
||||||
const ListOfWidgets& widgets() const;
|
const ListOfWidgets& widgets() const;
|
||||||
ListOfWidgets& changeWidgets();
|
ListOfWidgets& changeWidgets();
|
||||||
QtxDialog* dlg() const;
|
QtxDialog* dlg() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user