#include <StdMeshersGUI_FixedPointsParamWdg.h>
◆ StdMeshersGUI_FixedPointsParamWdg()
| StdMeshersGUI_FixedPointsParamWdg::StdMeshersGUI_FixedPointsParamWdg |
( |
QWidget * |
parent = 0 | ) |
|
Constructor.
References clear(), MARGIN, myAddButton, myListWidget, myRemoveButton, mySameValues, mySpinBox, myTreeWidget, onAdd(), onCheckBoxChanged(), onRemove(), SMESHGUI_SpinBox::RangeStepAndValidator(), SPACING, and updateState().
◆ ~StdMeshersGUI_FixedPointsParamWdg()
| StdMeshersGUI_FixedPointsParamWdg::~StdMeshersGUI_FixedPointsParamWdg |
( |
| ) |
|
◆ addPoint()
| void StdMeshersGUI_FixedPointsParamWdg::addPoint |
( |
double |
v | ) |
|
|
private |
References equalDbl(), gtDbl(), ltDbl(), myListWidget, myTreeWidget, newListItem(), newTreeItem(), onCheckBoxChanged(), point(), treeItemText(), and updateState().
Referenced by onAdd(), and SetListOfPoints().
◆ clear()
| void StdMeshersGUI_FixedPointsParamWdg::clear |
( |
| ) |
|
|
private |
◆ equalDbl()
| bool StdMeshersGUI_FixedPointsParamWdg::equalDbl |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
staticprivate |
◆ eventFilter()
| bool StdMeshersGUI_FixedPointsParamWdg::eventFilter |
( |
QObject * |
o, |
|
|
QEvent * |
e |
|
) |
| |
◆ GetListOfPoints()
| SMESH::double_array_var StdMeshersGUI_FixedPointsParamWdg::GetListOfPoints |
( |
| ) |
|
◆ GetListOfSegments()
| SMESH::smIdType_array_var StdMeshersGUI_FixedPointsParamWdg::GetListOfSegments |
( |
| ) |
|
◆ getParametricPrecision()
| int StdMeshersGUI_FixedPointsParamWdg::getParametricPrecision |
( |
| ) |
|
|
staticprivate |
◆ GetValue()
| QString StdMeshersGUI_FixedPointsParamWdg::GetValue |
( |
| ) |
const |
◆ gtDbl()
| bool StdMeshersGUI_FixedPointsParamWdg::gtDbl |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
staticprivate |
◆ ltDbl()
| bool StdMeshersGUI_FixedPointsParamWdg::ltDbl |
( |
double |
a, |
|
|
double |
b |
|
) |
| |
|
staticprivate |
◆ nbSegments()
| smIdType StdMeshersGUI_FixedPointsParamWdg::nbSegments |
( |
int |
idx | ) |
const |
|
private |
◆ newListItem()
| QListWidgetItem * StdMeshersGUI_FixedPointsParamWdg::newListItem |
( |
double |
v1 | ) |
|
|
staticprivate |
◆ newTreeItem()
| QTreeWidgetItem * StdMeshersGUI_FixedPointsParamWdg::newTreeItem |
( |
double |
v1, |
|
|
double |
v2 |
|
) |
| |
|
staticprivate |
◆ onAdd
| void StdMeshersGUI_FixedPointsParamWdg::onAdd |
( |
| ) |
|
|
privateslot |
◆ onCheckBoxChanged
| void StdMeshersGUI_FixedPointsParamWdg::onCheckBoxChanged |
( |
| ) |
|
|
privateslot |
◆ onRemove
| void StdMeshersGUI_FixedPointsParamWdg::onRemove |
( |
| ) |
|
|
privateslot |
◆ point()
| double StdMeshersGUI_FixedPointsParamWdg::point |
( |
int |
idx | ) |
const |
|
private |
◆ removePoints()
| void StdMeshersGUI_FixedPointsParamWdg::removePoints |
( |
| ) |
|
|
private |
◆ SetListOfPoints()
| void StdMeshersGUI_FixedPointsParamWdg::SetListOfPoints |
( |
SMESH::double_array_var |
thePoints | ) |
|
◆ SetListOfSegments()
| void StdMeshersGUI_FixedPointsParamWdg::SetListOfSegments |
( |
SMESH::smIdType_array_var |
theSegments | ) |
|
◆ setNbSegments()
| void StdMeshersGUI_FixedPointsParamWdg::setNbSegments |
( |
int |
idx, |
|
|
SMESH::smIdType |
val |
|
) |
| |
|
private |
◆ treeItemText()
| QString StdMeshersGUI_FixedPointsParamWdg::treeItemText |
( |
double |
v1, |
|
|
double |
v2 |
|
) |
| |
|
staticprivate |
◆ updateState
| void StdMeshersGUI_FixedPointsParamWdg::updateState |
( |
| ) |
|
|
privateslot |
◆ myAddButton
| QPushButton* StdMeshersGUI_FixedPointsParamWdg::myAddButton |
|
private |
◆ myListWidget
| QListWidget* StdMeshersGUI_FixedPointsParamWdg::myListWidget |
|
private |
◆ myParamValue
| QString StdMeshersGUI_FixedPointsParamWdg::myParamValue |
|
private |
◆ myRemoveButton
| QPushButton* StdMeshersGUI_FixedPointsParamWdg::myRemoveButton |
|
private |
◆ mySameValues
| QCheckBox* StdMeshersGUI_FixedPointsParamWdg::mySameValues |
|
private |
◆ mySpinBox
◆ myTreeWidget
| QTreeWidget* StdMeshersGUI_FixedPointsParamWdg::myTreeWidget |
|
private |