#include "OperationGUI_ExtractionDlg.h"#include <GEOMBase.h>#include <GeometryGUI.h>#include <LightApp_SelectionMgr.h>#include <SalomeApp_Application.h>#include <SalomeApp_Tools.h>#include <SUIT_ResourceMgr.h>#include <SUIT_Session.h>#include <TColStd_MapIteratorOfMapOfInteger.hxx>#include <TColStd_ListIteratorOfListOfInteger.hxx>#include <TopExp.hxx>#include <TopExp_Explorer.hxx>#include <TopoDS_Iterator.hxx>#include <TopTools_IndexedMapOfShape.hxx>#include <TopTools_MapOfShape.hxx>#include <QComboBox>#include <QGridLayout>#include <QGroupBox>#include <QHBoxLayout>#include <QLabel>#include <QLineEdit>#include <QListWidget>#include <QPushButton>#include <QRadioButton>#include <QTreeWidget>#include <QVBoxLayout>#include <QtGlobal>Classes | |
| class | QSignalBlocker | 
| This class is named as QT class as it is introduced since Qt 5.3.  More... | |
Macros | |
| #define | ID_ROLE Qt::DisplayRole | 
| #define | TYPE_ROLE Qt::UserRole | 
Functions | |
| static QListWidgetItem * | addNewItem (const int theID, QListWidget *theListWidget) | 
| This static function creates a new list widget item with given ID and returns it.  More... | |
| static QTreeWidgetItem * | addChildItem (const int theID, QTreeWidgetItem *theParentItem) | 
| This static function creates a new tree widget item as a child of the input one with given ID and returns it.  More... | |
| static TopAbs_ShapeEnum | GetMaxShapeTypeInComp (const TopoDS_Shape &theCompound) | 
| This static function returns the maximal shape type of sub-shapes stored in the input compound.  More... | |
Variables | |
| static const char *const | TMP_STR = "TEMP" | 
| static const char *const | SINGLE_SHAPE_TYPE_TR_CODES [] | 
| static const char *const | PLURAL_SHAPE_TYPE_TR_CODES [] | 
| #define ID_ROLE Qt::DisplayRole | 
| #define TYPE_ROLE Qt::UserRole | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
If it is not a compound, it returns TopAbs_SHAPE.
| theCompound | the compound. | 
References aResult.
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static |