Class : SMESHGUI_DeleteGroupDlg Description : Delete groups and their contents. More...
#include <SMESHGUI_DeleteGroupDlg.h>
Public Member Functions | |
SMESHGUI_DeleteGroupDlg (SMESHGUI *) | |
Class : SMESHGUI_DeleteGroupDlg Description : Delete groups and their contents. More... | |
virtual | ~SMESHGUI_DeleteGroupDlg () |
void | Init () |
Protected Slots | |
virtual void | reject () |
Private Slots | |
void | onOk () |
bool | onApply () |
void | onHelp () |
void | onDeactivate () |
void | onSelectionDone () |
Private Member Functions | |
void | enterEvent (QEvent *) |
void | keyPressEvent (QKeyEvent *) |
QWidget * | createButtonFrame (QWidget *) |
QWidget * | createMainFrame (QWidget *) |
bool | isValid () |
Private Attributes | |
QPushButton * | myOkBtn |
QPushButton * | myApplyBtn |
QPushButton * | myCloseBtn |
QPushButton * | myHelpBtn |
QListWidget * | myListBox |
SMESHGUI * | mySMESHGUI |
LightApp_SelectionMgr * | mySelectionMgr |
SALOME_ListIO | myListGrpIO |
QList< SMESH::SMESH_GroupBase_var > | myListGrp |
bool | myBlockSelection |
QString | myHelpFileName |
Class : SMESHGUI_DeleteGroupDlg Description : Delete groups and their contents.
SMESHGUI_DeleteGroupDlg::SMESHGUI_DeleteGroupDlg | ( | SMESHGUI * | theModule | ) |
Class : SMESHGUI_DeleteGroupDlg Description : Delete groups and their contents.
References createButtonFrame(), createMainFrame(), Init(), MARGIN, myHelpFileName, and SPACING.
|
virtual |
References MARGIN, myApplyBtn, myCloseBtn, myHelpBtn, myOkBtn, onApply(), onHelp(), onOk(), reject(), and SPACING.
Referenced by SMESHGUI_DeleteGroupDlg().
References MARGIN, myListBox, and SPACING.
Referenced by SMESHGUI_DeleteGroupDlg().
|
private |
References SMESHGUI::EmitSignalDeactivateDialog(), SMESH::GetViewWindow(), SMESH::GROUP, mySelectionMgr, and mySMESHGUI.
void SMESHGUI_DeleteGroupDlg::Init | ( | ) |
References SMESH::GetViewWindow(), SMESH::GROUP, myBlockSelection, mySelectionMgr, mySMESHGUI, onDeactivate(), onSelectionDone(), reject(), and SMESHGUI::SetActiveDialogBox().
Referenced by SMESHGUI_DeleteGroupDlg().
|
private |
References SMESHGUI::desktop(), SMESHGUI::isActiveStudyLocked(), myListBox, and mySMESHGUI.
Referenced by onApply().
|
private |
References onHelp().
|
privateslot |
Erase graphical objects
References isValid(), SMESHGUI::Modified(), myBlockSelection, myListBox, myListGrp, myListGrpIO, mySelectionMgr, mySMESHGUI, SMESH::RemoveVisualObjectWithActors(), and SMESH::UpdateView().
Referenced by createButtonFrame(), and onOk().
|
privateslot |
References mySelectionMgr.
Referenced by Init().
|
privateslot |
References myHelpFileName, and mySMESHGUI.
Referenced by createButtonFrame(), and keyPressEvent().
|
privateslot |
References onApply(), and reject().
Referenced by createButtonFrame().
|
privateslot |
References myBlockSelection, myListBox, myListGrp, myListGrpIO, and mySelectionMgr.
Referenced by Init().
|
protectedvirtualslot |
References SMESH::GetViewWindow(), mySelectionMgr, mySMESHGUI, and SMESHGUI::ResetState().
Referenced by createButtonFrame(), Init(), and onOk().
|
private |
Referenced by createButtonFrame().
|
private |
Referenced by Init(), onApply(), and onSelectionDone().
|
private |
Referenced by createButtonFrame().
|
private |
Referenced by createButtonFrame().
|
private |
Referenced by onHelp(), and SMESHGUI_DeleteGroupDlg().
|
private |
Referenced by createMainFrame(), isValid(), onApply(), and onSelectionDone().
|
private |
Referenced by onApply(), and onSelectionDone().
|
private |
Referenced by onApply(), and onSelectionDone().
|
private |
Referenced by createButtonFrame().
|
private |
Referenced by enterEvent(), Init(), onApply(), onDeactivate(), onSelectionDone(), and reject().