mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +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;
|
||||
}
|
||||
|
||||
bool SMESHGUI_GenericHypothesisCreator::hasInitParamsHypothesis() const
|
||||
{
|
||||
return !CORBA::is_nil( myInitParamsHypo );
|
||||
}
|
||||
|
||||
QString SMESHGUI_GenericHypothesisCreator::hypType() const
|
||||
{
|
||||
return myHypType;
|
||||
|
@ -77,6 +77,7 @@ protected:
|
||||
|
||||
SMESH::SMESH_Hypothesis_var hypothesis() const;
|
||||
SMESH::SMESH_Hypothesis_var initParamsHypothesis(const bool strict=false) const;
|
||||
bool hasInitParamsHypothesis() const;
|
||||
const ListOfWidgets& widgets() const;
|
||||
ListOfWidgets& changeWidgets();
|
||||
QtxDialog* dlg() const;
|
||||
|
Loading…
Reference in New Issue
Block a user