#include <StdMeshersGUI_NbSegmentsCreator.h>
Signals | |
void | finished (int) |
Public Member Functions | |
StdMeshersGUI_NbSegmentsCreator () | |
virtual | ~StdMeshersGUI_NbSegmentsCreator () |
virtual bool | checkParams (QString &) const |
Check parameter values before accept() More... | |
void | create (SMESH::SMESH_Hypothesis_ptr, const QString &, QWidget *, QObject *, const QString &) |
void | create (bool, const QString &, QWidget *, QObject *, const QString &) |
void | edit (SMESH::SMESH_Hypothesis_ptr, const QString &, QWidget *, QObject *, const QString &) |
void | setInitParamsHypothesis (SMESH::SMESH_Hypothesis_ptr) |
virtual QString | helpPage () const |
QString | hypType () const |
QString | hypName () const |
bool | isCreation () const |
QString | getShapeEntry () const |
void | setShapeEntry (const QString &theEntry) |
QString | getMainShapeEntry () const |
void | setMainShapeEntry (const QString &theEntry) |
void | setNoGeomMesh (const bool noGeom) |
bool | getNoGeomMesh () const |
Protected Types | |
typedef QList< StdParam > | ListOfStdParams |
typedef QList< QWidget * > | ListOfWidgets |
Protected Slots | |
virtual void | onValueChanged () |
Protected Member Functions | |
virtual QFrame * | buildFrame () |
Builds dlg layout. More... | |
virtual void | retrieveParams () const |
Initialise parameter values in controls. More... | |
virtual QString | storeParams () const |
Store params from GUI controls to a hypothesis. More... | |
virtual bool | stdParams (ListOfStdParams &) const |
Return parameter values as SMESHGUI_GenericHypothesisCreator::StdParam. More... | |
virtual void | attuneStdWidget (QWidget *, const int) const |
tune "standard" control More... | |
virtual QString | caption () const |
Return dlg title. More... | |
virtual QPixmap | icon () const |
return pixmap for dlg icon More... | |
virtual QString | type () const |
Return hypothesis type name to show in dlg. More... | |
virtual QWidget * | getCustomWidget (const StdParam &, QWidget *, const int) const |
virtual QWidget * | getHelperWidget () const |
Returns a widget representing not a hypothesis parameter but some helper widget. More... | |
virtual bool | getParamFromCustomWidget (StdParam &, QWidget *) const |
Set param value taken from a custom widget. More... | |
virtual QString | hypTypeName (const QString &) const |
String to insert in "SMESH_%1_HYPOTHESIS" to get hypothesis type name from message resouce file. More... | |
virtual QWidget * | getWidgetForParam (int paramIndex) const |
Return widget for i-th hypothesis parameter (got from myParamWidgets) More... | |
virtual ListOfWidgets * | customWidgets () const |
Allow modifing myCustomWidgets in const methods. More... | |
virtual void | onReject () |
called when operation cancelled More... | |
virtual void | valueChanged (QWidget *) |
Update widgets dependent on paramWidget. More... | |
bool | initVariableName (SMESH::SMESH_Hypothesis_var theHyp, StdParam &theParams, const char *theMethod) const |
QWidget * | makeReverseEdgesWdg (SMESH::long_array_var edgeIDs, CORBA::String_var shapeEntry) const |
Creates two widgets used to define reversed edges for some 1D hypotheses. More... | |
template<class T > | |
T * | widget (int i) const |
SMESH::SMESH_Hypothesis_var | hypothesis () const |
SMESH::SMESH_Hypothesis_var | initParamsHypothesis (const bool strict=false) const |
Return hypothesis containing initial parameters. More... | |
bool | hasInitParamsHypothesis () const |
const ListOfWidgets & | widgets () const |
ListOfWidgets & | changeWidgets () |
QLabel * | getLabel (int i) const |
Returns a QLabel of a spesified parameter. More... | |
QtxDialog * | dlg () const |
QString | getVariableName (const char *methodName) const |
QFrame * | buildStdFrame () |
bool | getStdParamFromDlg (ListOfStdParams &) const |
virtual QStringList | getVariablesFromDlg () const |
Static Protected Member Functions | |
static QString | stdParamValues (const ListOfStdParams &) |
Protected Attributes | |
ListOfWidgets | myCustomWidgets |
QWidget * | myHelperWidget |
Private Member Functions | |
bool | readParamsFromHypo (NbSegmentsHypothesisData &) const |
bool | readParamsFromWidgets (NbSegmentsHypothesisData &) const |
bool | storeParamsToHypo (const NbSegmentsHypothesisData &) const |
Private Attributes | |
SalomeApp_IntSpinBox * | myNbSeg |
QtxComboBox * | myDistr |
SMESHGUI_SpinBox * | myScale |
StdMeshersGUI_DistrTableFrame * | myTable |
StdMeshersGUI_DistrPreview * | myPreview |
QLineEdit * | myName |
QLineEdit * | myExpr |
QGroupBox * | myConvBox |
QButtonGroup * | myConv |
QLabel * | myLScale |
QLabel * | myLTable |
QLabel * | myLExpr |
QLabel * | myInfo |
QGridLayout * | myGroupLayout |
int | myTableRow |
int | myPreviewRow |
QGroupBox * | myReversedEdgesBox |
StdMeshersGUI_SubShapeSelectorWdg * | myDirectionWidget |
StdMeshersGUI_PropagationHelperWdg * | myReversedEdgesHelper |
|
protectedinherited |
|
protectedinherited |
StdMeshersGUI_NbSegmentsCreator::StdMeshersGUI_NbSegmentsCreator | ( | ) |
|
virtual |
|
protectedvirtualinherited |
tune "standard" control
w | - control widget |
int | - parameter index |
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References SMESHGUI_GenericHypothesisCreator::hypType(), SMESHGUI_SpinBox::RangeStepAndValidator(), VALUE_MAX, VALUE_MAX_2, VALUE_MAX_3, VALUE_SMALL, VALUE_SMALL_2, and VALUE_SMALL_3.
|
protectedvirtual |
Builds dlg layout.
QFrame* | - the built widget |
Reimplemented from StdMeshersGUI_StdHypothesisCreator.
References aGeomEntry, SMESHGUI_GenericHypothesisCreator::getMainShapeEntry(), SMESHGUI_GenericHypothesisCreator::getShapeEntry(), SMESHGUI_GenericHypothesisCreator::hypothesis(), SMESHGUI_GenericHypothesisCreator::isCreation(), MARGIN, myConv, myConvBox, myDirectionWidget, myDistr, myExpr, myGroupLayout, myInfo, myLExpr, myLScale, myName, myNbSeg, myPreview, myReversedEdgesBox, myReversedEdgesHelper, myScale, myTable, onValueChanged(), SMESHGUI_SpinBox::RangeStepAndValidator(), StdMeshersGUI_SubShapeSelectorWdg::SetGeomShapeEntry(), StdMeshersGUI_SubShapeSelectorWdg::SetListOfIDs(), SPACING, and StdMeshersGUI_StdHypothesisCreator::valueChanged().
|
protectedinherited |
References _PTR(), SMESHGUI_GenericHypothesisCreator::attuneStdWidget(), SMESHGUI_GenericHypothesisCreator::changeWidgets(), SMESHGUI_GenericHypothesisCreator::getCustomWidget(), SMESHGUI_GenericHypothesisCreator::getHelperWidget(), SMESHGUI_GenericHypothesisCreator::hypothesis(), MARGIN, SMESHGUI_GenericHypothesisCreator::myParamLabels, SMESHGUI_GenericHypothesisCreator::onValueChanged(), SPACING, SMESHGUI_GenericHypothesisCreator::stdParams(), and SMESHGUI_GenericHypothesisCreator::valueChanged().
Referenced by StdMeshersGUI_StdHypothesisCreator::buildFrame().
|
protectedvirtualinherited |
Return dlg title.
QString | - title string |
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References SMESHGUI_GenericHypothesisCreator::hypType(), and StdMeshersGUI_StdHypothesisCreator::hypTypeName().
|
protectedinherited |
|
virtual |
Check parameter values before accept()
bool | - true if OK |
Reimplemented from StdMeshersGUI_StdHypothesisCreator.
References SMESHGUI_GenericHypothesisCreator::checkParams(), myNbSeg, myScale, readParamsFromHypo(), readParamsFromWidgets(), and storeParamsToHypo().
|
inherited |
References SMESHGUI_GenericHypothesisCreator::setInitParamsHypothesis().
Referenced by SMESHGUI_MeshOp::createHypothesis(), and SMESHGUI_MeshOp::getAlgo().
|
protectedvirtualinherited |
Allow modifing myCustomWidgets in const methods.
ListOfWidgets* | - non-const pointer to myCustomWidgets |
References StdMeshersGUI_StdHypothesisCreator::myCustomWidgets.
Referenced by StdMeshersGUI_StdHypothesisCreator::checkParams(), StdMeshersGUI_StdHypothesisCreator::getCustomWidget(), StdMeshersGUI_StdHypothesisCreator::onReject(), and StdMeshersGUI_StdHypothesisCreator::stdParams().
|
protectedinherited |
|
signalinherited |
|
protectedvirtualinherited |
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References StdMeshersGUI_StdHypothesisCreator::customWidgets().
|
protectedvirtualinherited |
Returns a widget representing not a hypothesis parameter but some helper widget.
Reimplemented from SMESHGUI_GenericHypothesisCreator.
|
protectedinherited |
Returns a QLabel of a spesified parameter.
If isCreation(), the 1st label (supposed to be "Name") is not countered.
References SMESHGUI_GenericHypothesisCreator::isCreation(), and SMESHGUI_GenericHypothesisCreator::myParamLabels.
Referenced by StdMeshersGUI_StdHypothesisCreator::valueChanged().
|
inherited |
Referenced by buildFrame(), StdMeshersGUI_CartesianParamCreator::buildFrame(), StdMeshersGUI_StdHypothesisCreator::makeReverseEdgesWdg(), StdMeshersGUI_CartesianParamCreator::onOptimalAxes(), StdMeshersGUI_QuadrangleParamCreator::retrieveParams(), and StdMeshersGUI_StdHypothesisCreator::stdParams().
|
inherited |
|
protectedvirtualinherited |
Set param value taken from a custom widget.
param | - SMESHGUI_GenericHypothesisCreator::StdParam structure |
widget | - widget presenting param |
bool | - success flag |
this method is called from getStdParamFromDlg()
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References StdMeshersGUI_RadioButtonsGrpWdg::checkedId(), SMESHGUI_SpinBox::GetValue(), StdMeshersGUI_LayerDistributionParamWdg::GetValue(), StdMeshersGUI_FixedPointsParamWdg::GetValue(), StdMeshersGUI_SubShapeSelectorWdg::GetValue(), StdMeshersGUI_ObjectReferenceParamWdg::GetValue(), SMESHGUI_GenericHypothesisCreator::hypType(), SMESHGUI_GenericHypothesisCreator::StdParam::myValue, and StdMeshersGUI_StdHypothesisCreator::widget().
|
inherited |
|
protectedinherited |
References SMESHGUI_GenericHypothesisCreator::getParamFromCustomWidget(), SMESHGUI_GenericHypothesisCreator::StdParam::myName, SMESHGUI_GenericHypothesisCreator::StdParam::myText, SMESHGUI_GenericHypothesisCreator::StdParam::myValue, and SMESHGUI_GenericHypothesisCreator::widgets().
Referenced by StdMeshersGUI_StdHypothesisCreator::storeParams().
|
protectedinherited |
|
protectedvirtualinherited |
References SMESHGUI_GenericHypothesisCreator::widgets().
|
protectedvirtualinherited |
Return widget for i-th hypothesis parameter (got from myParamWidgets)
i | - index of hypothesis parameter |
QWidget* | - found widget |
References SMESHGUI_GenericHypothesisCreator::isCreation(), StdMeshersGUI_StdHypothesisCreator::myCustomWidgets, and SMESHGUI_GenericHypothesisCreator::widgets().
Referenced by StdMeshersGUI_StdHypothesisCreator::storeParams(), and StdMeshersGUI_StdHypothesisCreator::valueChanged().
|
protectedinherited |
|
virtualinherited |
Reimplemented in StdMeshersGUI_CartesianParamCreator, and StdMeshersGUI_QuadrangleParamCreator.
References SMESHGUI_GenericHypothesisCreator::hypType().
Referenced by SMESHGUI_HypothesisDlg::SMESHGUI_HypothesisDlg().
|
inherited |
References SMESHGUI_GenericHypothesisCreator::myHypName.
Referenced by readParamsFromHypo(), StdMeshersGUI_QuadrangleParamCreator::retrieveParams(), StdMeshersGUI_CartesianParamCreator::retrieveParams(), SMESHGUI_GenericHypothesisCreator::setInitParamsHypothesis(), and StdMeshersGUI_StdHypothesisCreator::stdParams().
|
protectedinherited |
References SMESHGUI_GenericHypothesisCreator::myHypo.
Referenced by buildFrame(), StdMeshersGUI_CartesianParamCreator::buildFrame(), SMESHGUI_GenericHypothesisCreator::buildStdFrame(), StdMeshersGUI_CartesianParamCreator::checkParams(), SMESHGUI_GenericHypothesisCreator::getVariableName(), StdMeshersGUI_CartesianParamCreator::onOptimalAxes(), StdMeshersGUI_StdHypothesisCreator::storeParams(), StdMeshersGUI_QuadrangleParamCreator::storeParams(), StdMeshersGUI_CartesianParamCreator::storeParams(), and storeParamsToHypo().
|
inherited |
References SMESHGUI_GenericHypothesisCreator::myHypType.
Referenced by StdMeshersGUI_StdHypothesisCreator::attuneStdWidget(), StdMeshersGUI_StdHypothesisCreator::caption(), StdMeshersGUI_StdHypothesisCreator::checkParams(), SMESHGUI_GenericHypothesisCreator::create(), StdMeshersGUI_StdHypothesisCreator::getParamFromCustomWidget(), SMESHGUI_GenericHypothesisCreator::helpPage(), StdMeshersGUI_StdHypothesisCreator::icon(), StdMeshersGUI_StdHypothesisCreator::onReject(), StdMeshersGUI_StdHypothesisCreator::retrieveParams(), SMESHGUI_GenericHypothesisCreator::setInitParamsHypothesis(), SMESHGUI_HypothesisDlg::SMESHGUI_HypothesisDlg(), StdMeshersGUI_StdHypothesisCreator::stdParams(), StdMeshersGUI_StdHypothesisCreator::storeParams(), StdMeshersGUI_StdHypothesisCreator::type(), and StdMeshersGUI_StdHypothesisCreator::valueChanged().
|
protectedvirtualinherited |
String to insert in "SMESH_%1_HYPOTHESIS" to get hypothesis type name from message resouce file.
t | - hypothesis type |
QString | - result string |
Referenced by StdMeshersGUI_StdHypothesisCreator::caption(), StdMeshersGUI_StdHypothesisCreator::icon(), and StdMeshersGUI_StdHypothesisCreator::type().
|
protectedvirtualinherited |
return pixmap for dlg icon
QPixmap | - |
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References SMESHGUI_GenericHypothesisCreator::hypType(), StdMeshersGUI_StdHypothesisCreator::hypTypeName(), and SMESHGUI::resourceMgr().
|
protectedinherited |
Return hypothesis containing initial parameters.
strictly | - if true, always return myInitParamsHypo, else, return myInitParamsHypo only in creation mode and if it is non-nil |
References SMESHGUI_GenericHypothesisCreator::isCreation(), SMESHGUI_GenericHypothesisCreator::myHypo, and SMESHGUI_GenericHypothesisCreator::myInitParamsHypo.
Referenced by readParamsFromHypo(), StdMeshersGUI_QuadrangleParamCreator::retrieveParams(), StdMeshersGUI_CartesianParamCreator::retrieveParams(), StdMeshersGUI_StdHypothesisCreator::stdParams(), StdMeshersGUI_StdHypothesisCreator::storeParams(), and StdMeshersGUI_StdHypothesisCreator::valueChanged().
|
inherited |
References SMESHGUI_GenericHypothesisCreator::myIsCreate.
Referenced by StdMeshersGUI_QuadrangleParamCreator::buildFrame(), buildFrame(), StdMeshersGUI_CartesianParamCreator::buildFrame(), SMESHGUI_GenericHypothesisCreator::getLabel(), StdMeshersGUI_StdHypothesisCreator::getWidgetForParam(), SMESHGUI_GenericHypothesisCreator::initParamsHypothesis(), StdMeshersGUI_QuadrangleParamCreator::retrieveParams(), StdMeshersGUI_StdHypothesisCreator::stdParams(), StdMeshersGUI_StdHypothesisCreator::storeParams(), StdMeshersGUI_CartesianParamCreator::storeParams(), and storeParamsToHypo().
|
protectedinherited |
Creates two widgets used to define reversed edges for some 1D hypotheses.
[in] | edgeIDs | - ids of reversed edges to set to the widgets |
[in] | shapeEntry | - entry of a sub-shape of a sub-mesh if any |
References aGeomEntry, SMESHGUI_GenericHypothesisCreator::getMainShapeEntry(), SMESHGUI_GenericHypothesisCreator::getShapeEntry(), StdMeshersGUI_StdHypothesisCreator::myHelperWidget, StdMeshersGUI_SubShapeSelectorWdg::SetGeomShapeEntry(), StdMeshersGUI_SubShapeSelectorWdg::SetListOfIDs(), and StdMeshersGUI_SubShapeSelectorWdg::ShowPreview().
Referenced by StdMeshersGUI_StdHypothesisCreator::stdParams().
|
protectedvirtualinherited |
called when operation cancelled
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References StdMeshersGUI_StdHypothesisCreator::customWidgets(), and SMESHGUI_GenericHypothesisCreator::hypType().
|
protectedvirtualslot |
References StdMeshersGUI_PropagationHelperWdg::Clear(), StdMeshersGUI_DistrTableFrame::data(), SMESHGUI_GenericHypothesisCreator::dlg(), myConv, myConvBox, myDirectionWidget, myDistr, myExpr, myGroupLayout, myInfo, myLExpr, myLScale, myNbSeg, myPreview, myReversedEdgesBox, myReversedEdgesHelper, myScale, myTable, StdMeshersGUI_DistrPreview::setConversion(), StdMeshersGUI_DistrTableFrame::setData(), StdMeshersGUI_DistrTableFrame::setFuncMinValue(), StdMeshersGUI_DistrPreview::setParams(), and StdMeshersGUI_SubShapeSelectorWdg::ShowPreview().
Referenced by buildFrame().
|
private |
References SMESHGUI_GenericHypothesisCreator::hypName(), SMESHGUI_GenericHypothesisCreator::initParamsHypothesis(), NbSegmentsHypothesisData::myConv, NbSegmentsHypothesisData::myDistrType, NbSegmentsHypothesisData::myExpr, NbSegmentsHypothesisData::myName, NbSegmentsHypothesisData::myNbSeg, NbSegmentsHypothesisData::myNbSegVarName, NbSegmentsHypothesisData::myScale, NbSegmentsHypothesisData::myScaleVarName, and NbSegmentsHypothesisData::myTable.
Referenced by checkParams(), and retrieveParams().
|
private |
References StdMeshersGUI_DistrTableFrame::data(), NbSegmentsHypothesisData::myConv, myConv, myDistr, NbSegmentsHypothesisData::myDistrType, NbSegmentsHypothesisData::myExpr, myExpr, NbSegmentsHypothesisData::myName, myName, NbSegmentsHypothesisData::myNbSeg, myNbSeg, NbSegmentsHypothesisData::myNbSegVarName, NbSegmentsHypothesisData::myScale, myScale, NbSegmentsHypothesisData::myScaleVarName, NbSegmentsHypothesisData::myTable, and myTable.
Referenced by checkParams(), and storeParams().
|
protectedvirtual |
Initialise parameter values in controls.
Reimplemented from StdMeshersGUI_StdHypothesisCreator.
References SMESHGUI_GenericHypothesisCreator::dlg(), NbSegmentsHypothesisData::myConv, myConv, myDistr, NbSegmentsHypothesisData::myDistrType, NbSegmentsHypothesisData::myExpr, myExpr, NbSegmentsHypothesisData::myName, myName, NbSegmentsHypothesisData::myNbSeg, myNbSeg, NbSegmentsHypothesisData::myNbSegVarName, NbSegmentsHypothesisData::myScale, myScale, NbSegmentsHypothesisData::myScaleVarName, NbSegmentsHypothesisData::myTable, myTable, readParamsFromHypo(), StdMeshersGUI_DistrTableFrame::setData(), and StdMeshersGUI_DistrTableFrame::setFuncMinValue().
|
inherited |
References SMESHGUI_GenericHypothesisCreator::hypName(), SMESHGUI_GenericHypothesisCreator::hypType(), SMESHGUI_GenericHypothesisCreator::myInitParamsHypo, and SMESHGUI_GenericHypothesisCreator::myToDeleteInitParamsHypo.
Referenced by SMESHGUI_GenericHypothesisCreator::create(), and SMESHGUI_MeshOp::onEditHyp().
|
inherited |
Referenced by SMESHGUI_MeshOp::initHypCreator(), and SMESHGUI::OnGUIEvent().
|
inherited |
Referenced by SMESHGUI_MeshOp::initHypCreator().
|
inherited |
References SMESHGUI_GenericHypothesisCreator::myShapeEntry.
Referenced by SMESHGUI_MeshOp::initHypCreator(), and SMESHGUI::OnGUIEvent().
|
protectedvirtualinherited |
Return parameter values as SMESHGUI_GenericHypothesisCreator::StdParam.
p | - list of parameters |
bool | - success flag |
Is called from SMESHGUI_GenericHypothesisCreator::buildStdFrame(). Parameters will be shown using "standard" controls: Int by QtxIntSpinBox Double by SMESHGUI_SpinBox String by QLineEdit getCustomWidget() allows to redefine control for a parameter
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References StdMeshersGUI_StdHypothesisCreator::customWidgets(), SMESHGUI_GenericHypothesisCreator::dlg(), StdMeshersGUI_RadioButtonsGrpWdg::getButtonGroup(), SMESH::GetHypothesisData(), SMESHGUI_GenericHypothesisCreator::getMainShapeEntry(), SMESHGUI_GenericHypothesisCreator::getShapeEntry(), SMESH::GROUP_EDGE, SMESH::GROUP_FACE, SMESHGUI_GenericHypothesisCreator::hypName(), SMESHGUI_GenericHypothesisCreator::hypType(), SMESHGUI_GenericHypothesisCreator::initParamsHypothesis(), StdMeshersGUI_StdHypothesisCreator::initVariableName(), SMESHGUI_GenericHypothesisCreator::isCreation(), StdMeshersGUI_StdHypothesisCreator::makeReverseEdgesWdg(), SMESH::MESH, SMESHGUI_GenericHypothesisCreator::StdParam::myName, SMESHGUI_GenericHypothesisCreator::StdParam::myValue, SMESHGUI_GenericHypothesisCreator::onValueChanged(), SMESHGUI_SpinBox::RangeStepAndValidator(), StdMeshersGUI_RadioButtonsGrpWdg::setButtonLabels(), StdMeshersGUI_RadioButtonsGrpWdg::setChecked(), StdMeshersGUI_SubShapeSelectorWdg::SetGeomShapeEntry(), StdMeshersGUI_SubShapeSelectorWdg::SetListOfIDs(), StdMeshersGUI_FixedPointsParamWdg::SetListOfPoints(), StdMeshersGUI_FixedPointsParamWdg::SetListOfSegments(), SMESHGUI_SpinBox::SetValue(), and StdMeshersGUI_SubShapeSelectorWdg::ShowPreview().
|
staticprotectedinherited |
Referenced by StdMeshersGUI_StdHypothesisCreator::storeParams().
|
protectedvirtual |
Store params from GUI controls to a hypothesis.
QString | - text representation of parameters |
< equidistant distribution
< scale distribution
< distribution with density function presented by table
< distribution with density function presented by expression
Reimplemented from StdMeshersGUI_StdHypothesisCreator.
References NbSegmentsHypothesisData::myConv, NbSegmentsHypothesisData::myDistrType, NbSegmentsHypothesisData::myExpr, NbSegmentsHypothesisData::myNbSeg, NbSegmentsHypothesisData::myScale, NbSegmentsHypothesisData::myTable, readParamsFromWidgets(), and storeParamsToHypo().
|
private |
References StdMeshersGUI_SubShapeSelectorWdg::GetListOfIDs(), StdMeshersGUI_SubShapeSelectorWdg::GetMainShapeEntry(), SMESHGUI_GenericHypothesisCreator::hypothesis(), SMESHGUI_GenericHypothesisCreator::isCreation(), NbSegmentsHypothesisData::myConv, myDirectionWidget, NbSegmentsHypothesisData::myDistrType, NbSegmentsHypothesisData::myExpr, NbSegmentsHypothesisData::myName, NbSegmentsHypothesisData::myNbSeg, NbSegmentsHypothesisData::myNbSegVarName, NbSegmentsHypothesisData::myScale, NbSegmentsHypothesisData::myScaleVarName, NbSegmentsHypothesisData::myTable, and SMESH::SetName().
Referenced by checkParams(), and storeParams().
|
protectedvirtualinherited |
Return hypothesis type name to show in dlg.
QString | - |
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References SMESHGUI_GenericHypothesisCreator::hypType(), and StdMeshersGUI_StdHypothesisCreator::hypTypeName().
|
protectedvirtualinherited |
Update widgets dependent on paramWidget.
Reimplemented from SMESHGUI_GenericHypothesisCreator.
References SMESHGUI_GenericHypothesisCreator::getLabel(), StdMeshersGUI_StdHypothesisCreator::getWidgetForParam(), SMESHGUI_GenericHypothesisCreator::hypType(), and SMESHGUI_GenericHypothesisCreator::initParamsHypothesis().
Referenced by buildFrame(), and StdMeshersGUI_CartesianParamCreator::buildFrame().
|
protectedinherited |
|
protectedinherited |
References SMESHGUI_GenericHypothesisCreator::myParamWidgets.
Referenced by SMESHGUI_GenericHypothesisCreator::checkParams(), SMESHGUI_GenericHypothesisCreator::getStdParamFromDlg(), SMESHGUI_GenericHypothesisCreator::getVariablesFromDlg(), and StdMeshersGUI_StdHypothesisCreator::getWidgetForParam().
|
private |
Referenced by buildFrame(), onValueChanged(), readParamsFromWidgets(), and retrieveParams().
|
private |
Referenced by buildFrame(), and onValueChanged().
|
protectedinherited |
|
private |
Referenced by buildFrame(), onValueChanged(), and storeParamsToHypo().
|
private |
Referenced by buildFrame(), onValueChanged(), readParamsFromWidgets(), and retrieveParams().
|
private |
Referenced by buildFrame(), onValueChanged(), readParamsFromWidgets(), and retrieveParams().
|
private |
Referenced by buildFrame(), and onValueChanged().
|
protectedinherited |
Referenced by StdMeshersGUI_StdHypothesisCreator::makeReverseEdgesWdg().
|
private |
Referenced by buildFrame(), and onValueChanged().
|
private |
Referenced by buildFrame(), and onValueChanged().
|
private |
Referenced by buildFrame(), and onValueChanged().
|
private |
|
private |
Referenced by buildFrame(), readParamsFromWidgets(), and retrieveParams().
|
private |
Referenced by buildFrame(), checkParams(), onValueChanged(), readParamsFromWidgets(), and retrieveParams().
|
private |
Referenced by buildFrame(), and onValueChanged().
|
private |
|
private |
Referenced by buildFrame(), and onValueChanged().
|
private |
Referenced by buildFrame(), and onValueChanged().
|
private |
Referenced by buildFrame(), checkParams(), onValueChanged(), readParamsFromWidgets(), and retrieveParams().
|
private |
Referenced by buildFrame(), onValueChanged(), readParamsFromWidgets(), and retrieveParams().
|
private |