Overall Mesh Quality dialog. More...
#include <SMESHGUI_MeshInfo.h>

Public Member Functions | |
| SMESHGUI_CtrlInfoDlg (QWidget *=0) | |
| Constructor. More... | |
| ~SMESHGUI_CtrlInfoDlg () | |
| Destructor. More... | |
| void | showInfo (const Handle(SALOME_InteractiveObject)&) |
| Show mesh quality information on given object. More... | |
| void | reject () |
| Perform clean-up actions on the dialog box closing. More... | |
Private Slots | |
| void | updateInfo () |
| Show mesh information. More... | |
| void | deactivate () |
| Deactivate dialog box. More... | |
| void | updateSelection () |
| Setup selection mode depending on the current dialog box state. More... | |
| void | help () |
| Show documentation on dialog. More... | |
| void | dump () |
| Dump information to file. More... | |
Private Member Functions | |
| void | showInfo (const SMESH::SelectionProxy &) |
| Show mesh quality information on given object. More... | |
Private Attributes | |
| SMESH::SelectionProxy | myProxy |
| SMESHGUI_CtrlInfo * | myCtrlInfo |
Overall Mesh Quality dialog.
| SMESHGUI_CtrlInfoDlg::SMESHGUI_CtrlInfoDlg | ( | QWidget * | parent = 0 | ) |
Constructor.
| parent | parent widget |
References deactivate(), dump(), SMESHGUI::GetSMESHGUI(), help(), myCtrlInfo, reject(), SPACING, and updateSelection().
| SMESHGUI_CtrlInfoDlg::~SMESHGUI_CtrlInfoDlg | ( | ) |
Destructor.
|
privateslot |
Deactivate dialog box.
References SMESHGUI::selectionMgr(), and updateInfo().
Referenced by SMESHGUI_CtrlInfoDlg().
|
privateslot |
Dump information to file.
References myCtrlInfo, and SMESHGUI_CtrlInfo::saveInfo().
Referenced by SMESHGUI_CtrlInfoDlg().
|
privateslot |
Show documentation on dialog.
References SMESH::ShowHelpFile().
Referenced by SMESHGUI_CtrlInfoDlg().
| void SMESHGUI_CtrlInfoDlg::reject | ( | ) |
Perform clean-up actions on the dialog box closing.
References SMESH::SetPointRepresentation().
Referenced by SMESHGUI_CtrlInfoDlg().
| void SMESHGUI_CtrlInfoDlg::showInfo | ( | const Handle(SALOME_InteractiveObject)& | io | ) |
Show mesh quality information on given object.
| io | Interactive object. |
References showInfo().
Referenced by showInfo(), and updateInfo().
|
private |
Show mesh quality information on given object.
| proxy | Selection proxy. |
References myCtrlInfo, myProxy, and SMESHGUI_CtrlInfo::showInfo().
|
privateslot |
Show mesh information.
References myProxy, SMESHGUI::selectionMgr(), and showInfo().
Referenced by deactivate(), and updateSelection().
|
privateslot |
Setup selection mode depending on the current dialog box state.
References SMESHGUI::selectionMgr(), SMESH::SetPointRepresentation(), and updateInfo().
Referenced by SMESHGUI_CtrlInfoDlg().
|
private |
Referenced by dump(), showInfo(), and SMESHGUI_CtrlInfoDlg().
|
private |
Referenced by showInfo(), and updateInfo().