#include "SMESHGUI_GroupDlg.h"#include "SMESHGUI.h"#include "SMESHGUI_Utils.h"#include "SMESHGUI_VTKUtils.h"#include "SMESHGUI_GroupUtils.h"#include "SMESHGUI_FilterUtils.h"#include "SMESHGUI_GEOMGenUtils.h"#include "SMESHGUI_FilterDlg.h"#include "SMESHGUI_ShapeByMeshDlg.h"#include <SMESH_TypeFilter.hxx>#include <SMESH_Actor.h>#include <SMESH_ActorUtils.h>#include <GEOMBase.h>#include <GEOM_SelectionFilter.h>#include <QtxColorButton.h>#include <SUIT_Desktop.h>#include <SUIT_ResourceMgr.h>#include <SUIT_Session.h>#include <SUIT_MessageBox.h>#include <SalomeApp_Tools.h>#include <SalomeApp_Application.h>#include <SalomeApp_Study.h>#include <LightApp_SelectionMgr.h>#include <SALOME_ListIO.hxx>#include <SALOME_ListIteratorOfListIO.hxx>#include <SVTK_ViewWindow.h>#include <VTKViewer_Algorithm.h>#include <SALOMEDSClient_Study.hxx>#include <vtkRenderer.h>#include <vtkActorCollection.h>#include <TColStd_MapOfInteger.hxx>#include <QButtonGroup>#include <QGroupBox>#include <QLabel>#include <QLineEdit>#include <QPushButton>#include <QToolButton>#include <QRadioButton>#include <QCheckBox>#include <QGridLayout>#include <QHBoxLayout>#include <QVBoxLayout>#include <QListWidget>#include <QStackedWidget>#include <QKeyEvent>#include <QMenu>#include <vector>#include <algorithm>#include <set>
Go to the source code of this file.
Defines | |
| #define | SPACING 6 |
| #define | MARGIN 11 |
Enumerations | |
| enum | grpSelectionMode { grpNoSelection = -1, grpNodeSelection = 0, grpEdgeSelection = 1, grpFaceSelection = 2, grpVolumeSelection = 3, grpSubMeshSelection = 4, grpGroupSelection = 5, grpMeshSelection = 6, grpGeomSelection = 7, grpAllSelection = 8 } |
| enum | { DIRECT_GEOM_INDEX = 0, GEOM_BY_MESH_INDEX } |
Enable showing of the popup when Geometry selection btn is clicked. More... | |
| #define MARGIN 11 |
Definition at line 100 of file SMESHGUI_GroupDlg.cxx.
| #define SPACING 6 |
Definition at line 99 of file SMESHGUI_GroupDlg.cxx.
| anonymous enum |
Enable showing of the popup when Geometry selection btn is clicked.
| enable | - true to enable |
Definition at line 2081 of file SMESHGUI_GroupDlg.cxx.
{ DIRECT_GEOM_INDEX = 0, GEOM_BY_MESH_INDEX };
| enum grpSelectionMode |
| grpNoSelection | |
| grpNodeSelection | |
| grpEdgeSelection | |
| grpFaceSelection | |
| grpVolumeSelection | |
| grpSubMeshSelection | |
| grpGroupSelection | |
| grpMeshSelection | |
| grpGeomSelection | |
| grpAllSelection |
Definition at line 102 of file SMESHGUI_GroupDlg.cxx.
{
grpNoSelection = -1,
grpNodeSelection = 0,
grpEdgeSelection = 1,
grpFaceSelection = 2,
grpVolumeSelection = 3,
grpSubMeshSelection = 4,
grpGroupSelection = 5,
grpMeshSelection = 6,
grpGeomSelection = 7,
grpAllSelection = 8,
};