Version: 9.12.0
SMESHGUI_GroupDlg.cxx File Reference
#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_LogicalFilter.hxx>
#include <GEOMBase.h>
#include <GEOM_SelectionFilter.h>
#include <GEOM_wrap.hxx>
#include <QtxColorButton.h>
#include <SUIT_Desktop.h>
#include <SUIT_ResourceMgr.h>
#include <SUIT_Session.h>
#include <SUIT_MessageBox.h>
#include <SUIT_OverrideCursor.h>
#include <SalomeApp_Tools.h>
#include <SalomeApp_Application.h>
#include <SalomeApp_Study.h>
#include <LightApp_SelectionMgr.h>
#include <SALOME_ListIO.hxx>
#include <SVTK_ViewWindow.h>
#include <VTKViewer_Algorithm.h>
#include <SALOMEDSClient_Study.hxx>
#include <vtkRenderer.h>
#include <vtkActorCollection.h>
#include <TColStd_MapOfAsciiString.hxx>
#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>

Macros

#define SPACING   6
 
#define MARGIN   11
 

Enumerations

enum  grpSelectionMode {
  grpNoSelection = -1 , grpNodeSelection = 0 , grp0DSelection = 1 , grpBallSelection = 2 ,
  grpEdgeSelection = 3 , grpFaceSelection = 4 , grpVolumeSelection = 5 , grpSubMeshSelection = 6 ,
  grpGroupSelection = 7 , grpMeshSelection = 8 , grpGeomSelection = 9 , grpAllSelection = 10
}
 
enum  { DIRECT_GEOM_INDEX = 0 , GEOM_BY_MESH_INDEX }
 Enable showing of the popup when Geometry selection btn is clicked. More...
 

Macro Definition Documentation

◆ MARGIN

#define MARGIN   11

◆ SPACING

#define SPACING   6

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

Enable showing of the popup when Geometry selection btn is clicked.

Parameters
enable- true to enable
Enumerator
DIRECT_GEOM_INDEX 
GEOM_BY_MESH_INDEX 

◆ grpSelectionMode

Enumerator
grpNoSelection 
grpNodeSelection 
grp0DSelection 
grpBallSelection 
grpEdgeSelection 
grpFaceSelection 
grpVolumeSelection 
grpSubMeshSelection 
grpGroupSelection 
grpMeshSelection 
grpGeomSelection 
grpAllSelection