#include "GroupGUI_GroupDlg.h"#include <DlgRef.h>#include <GEOMBase.h>#include <GeometryGUI.h>#include <GEOM_Displayer.h>#include <SalomeApp_Application.h>#include <SalomeApp_Study.h>#include <LightApp_SelectionMgr.h>#include <OCCViewer_ViewModel.h>#include <OCCViewer_ViewManager.h>#include <SVTK_ViewModel.h>#include <SALOME_Prs.h>#include <SALOME_ListIteratorOfListIO.hxx>#include <SUIT_ResourceMgr.h>#include <SUIT_Desktop.h>#include <SUIT_OverrideCursor.h>#include <SUIT_Session.h>#include <SUIT_ViewWindow.h>#include <SUIT_ViewManager.h>#include <QLabel>#include <QListWidget>#include <QLineEdit>#include <QMap>#include <AIS_ListOfInteractive.hxx>#include <AIS_ListIteratorOfListOfInteractive.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopTools_IndexedMapOfShape.hxx>#include <TColStd_IndexedMapOfInteger.hxx>#include <TColStd_MapOfInteger.hxx>#include <TColStd_DataMapIteratorOfDataMapOfIntegerInteger.hxx>#include <GEOMImpl_Types.hxx>
Defines | |
| #define | RETURN_WITH_MSG(a, b) |
Enumerations | |
| enum | { ALL_SUBSHAPES = 0, GET_IN_PLACE, SUBSHAPES_OF_SHAPE2, SUBSHAPES_OF_INVISIBLE_SHAPE2 } |
| #define RETURN_WITH_MSG | ( | a, | |
| b | |||
| ) |
if (!(a)) { \ theMessage += (b); \ return false; \ }