Customized combo box to manage list of mesh groups. More...

Data Structures | |
| class | Item |
Public Member Functions | |
| GroupCombo (QWidget *) | |
| Constructor. More... | |
| void | setSource (const SMESH::SelectionProxy &) |
| Set mesh source. More... | |
| SMESH::SelectionProxy | currentGroup () const |
| Get currently selected group. More... | |
Private Attributes | |
| SMESH::SelectionProxy | myProxy |
Customized combo box to manage list of mesh groups.
| GroupCombo::GroupCombo | ( | QWidget * | parent | ) |
Constructor.
| parent | Parent widget. |
| SMESH::SelectionProxy GroupCombo::currentGroup | ( | ) | const |
Get currently selected group.
Referenced by SMESHGUI_MeshInfoDlg::showInfo().
| void GroupCombo::setSource | ( | const SMESH::SelectionProxy & | proxy | ) |
Set mesh source.
| obj | Mesh source. |
References SMESH::SelectionProxy::Group, SMESH::SelectionProxy::groups(), SMESH::SelectionProxy::Mesh, myProxy, and SMESH::SelectionProxy::type().
Referenced by SMESHGUI_MeshInfoDlg::showInfo().
|
private |
Referenced by setSource().