#include <SMESHGUI_Hypotheses.h>
Public Member Functions | |
| StdParam () | |
Data Fields | |
| QString | myName |
| QVariant | myValue |
| bool | isVariable |
Definition at line 79 of file SMESHGUI_Hypotheses.h.
| SMESHGUI_GenericHypothesisCreator.StdParam.StdParam | ( | ) |
Definition at line 84 of file SMESHGUI_Hypotheses.h.
{
isVariable = false;
}
Definition at line 83 of file SMESHGUI_Hypotheses.h.
Referenced by StdMeshersGUI_StdHypothesisCreator.initVariableName().
Definition at line 81 of file SMESHGUI_Hypotheses.h.
Referenced by SMESHGUI_GenericHypothesisCreator.getStdParamFromDlg(), and StdMeshersGUI_StdHypothesisCreator.stdParams().