Standard Save File dialog box, customized for dump info operation. More...

Public Member Functions | |
| DumpFileDlg (QWidget *, bool=true) | |
| Constructor. More... | |
| bool | isChecked (int) const |
| Get control's value. More... | |
| void | setChecked (int, bool) |
| Set control's initial value. More... | |
Private Attributes | |
| QMap< int, QCheckBox * > | myControls |
Standard Save File dialog box, customized for dump info operation.
Constructor.
| parent | Parent widget. |
| showControls | Show additional controls. Defaults to true. |
References SMESHGUI_MeshInfoDlg::AddInfo, SMESHGUI_MeshInfoDlg::BaseInfo, SMESHGUI_MeshInfoDlg::CtrlInfo, SMESHGUI_MeshInfoDlg::ElemInfo, and myControls.
| bool DumpFileDlg::isChecked | ( | int | option | ) | const |
Get control's value.
| option | Control identifier. |
References myControls.
Referenced by SMESHGUI_MeshInfoDlg::dump().
| void DumpFileDlg::setChecked | ( | int | option, |
| bool | value | ||
| ) |
Set control's initial value.
| option | Control identifier. |
| value | Control value. |
References myControls.
Referenced by SMESHGUI_MeshInfoDlg::dump().
|
private |
Referenced by DumpFileDlg(), isChecked(), and setChecked().