#include <SMESHGUI_MgAdaptDlg.h>
◆ MgAdaptAdvWidget()
| MgAdaptAdvWidget::MgAdaptAdvWidget |
( |
QWidget * |
parent = 0, |
|
|
std::vector< std::string > * |
options = nullptr, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
◆ ~MgAdaptAdvWidget()
| MgAdaptAdvWidget::~MgAdaptAdvWidget |
( |
| ) |
|
◆ _onWorkingDirectoryPushButton
| void MgAdaptAdvWidget::_onWorkingDirectoryPushButton |
( |
| ) |
|
|
privateslot |
◆ AddOption()
| void MgAdaptAdvWidget::AddOption |
( |
const char * |
name_value_type, |
|
|
bool |
isCustom = false |
|
) |
| |
◆ getNewQTreeWidgetItem()
| QTreeWidgetItem * MgAdaptAdvWidget::getNewQTreeWidgetItem |
( |
QTreeWidget * |
table, |
|
|
const char * |
option, |
|
|
QString & |
name, |
|
|
bool |
isCustom |
|
) |
| |
|
private |
◆ GetOptionAndValue()
| void MgAdaptAdvWidget::GetOptionAndValue |
( |
QTreeWidgetItem * |
tblRow, |
|
|
QString & |
option, |
|
|
QString & |
value, |
|
|
bool & |
dflt |
|
) |
| |
◆ itemChanged
| void MgAdaptAdvWidget::itemChanged |
( |
QTreeWidgetItem * |
tblRow, |
|
|
int |
column |
|
) |
| |
|
slot |
◆ onAddOption
| void MgAdaptAdvWidget::onAddOption |
( |
| ) |
|
|
slot |
◆ onMeshDimChanged
◆ setOptionValue()
| void MgAdaptAdvWidget::setOptionValue |
( |
QString & |
option, |
|
|
QString & |
value |
|
) |
| |
|
private |
◆ setupWidget()
| void MgAdaptAdvWidget::setupWidget |
( |
| ) |
|
References addBtn, gridLayout, gridLayout_2, gridLayout_4, horizontalLayout, horizontalSpacer, keepWorkingFilesCheck, logGroupBox, logInFileCheck, myOptionTable, removeLogOnSuccessCheck, verboseLevelLabel, verboseLevelSpin, workingDirectoryLabel, workingDirectoryLineEdit, and workingDirectoryPushButton.
Referenced by MgAdaptAdvWidget().
◆ addBtn
| QPushButton* MgAdaptAdvWidget::addBtn |
◆ gridLayout
| QGridLayout* MgAdaptAdvWidget::gridLayout |
◆ gridLayout_2
| QGridLayout* MgAdaptAdvWidget::gridLayout_2 |
◆ gridLayout_4
| QGridLayout* MgAdaptAdvWidget::gridLayout_4 |
◆ horizontalLayout
| QHBoxLayout* MgAdaptAdvWidget::horizontalLayout |
◆ horizontalSpacer
| QSpacerItem* MgAdaptAdvWidget::horizontalSpacer |
◆ keepWorkingFilesCheck
| QCheckBox* MgAdaptAdvWidget::keepWorkingFilesCheck |
◆ logGroupBox
◆ logInFileCheck
| QCheckBox* MgAdaptAdvWidget::logInFileCheck |
◆ myOptions
| std::vector< std::string >* MgAdaptAdvWidget::myOptions |
◆ myOptionTable
◆ optionTreeWidgetItem
| std::map<QString, QTreeWidgetItem *> MgAdaptAdvWidget::optionTreeWidgetItem |
|
private |
◆ removeLogOnSuccessCheck
| QCheckBox* MgAdaptAdvWidget::removeLogOnSuccessCheck |
◆ verboseLevelLabel
| QLabel* MgAdaptAdvWidget::verboseLevelLabel |
◆ verboseLevelSpin
| QSpinBox* MgAdaptAdvWidget::verboseLevelSpin |
◆ workingDirectoryLabel
| QLabel* MgAdaptAdvWidget::workingDirectoryLabel |
◆ workingDirectoryLineEdit
| QLineEdit* MgAdaptAdvWidget::workingDirectoryLineEdit |
◆ workingDirectoryPushButton
| QPushButton* MgAdaptAdvWidget::workingDirectoryPushButton |