Version: 9.12.0
BasicGUI_PointDlg.cxx File Reference
#include "BasicGUI_PointDlg.h"
#include <SUIT_ResourceMgr.h>
#include <SUIT_Session.h>
#include <SalomeApp_Application.h>
#include <LightApp_SelectionMgr.h>
#include <GeometryGUI.h>
#include <GEOMBase.h>
#include <DlgRef.h>
#include <GEOMImpl_Types.hxx>
#include <QApplication>
#include <QButtonGroup>
#include <QHBoxLayout>
#include <QLabel>
#include <QRadioButton>
#include <QMenu>
#include <QTimer>
#include <QList>
#include <gp_Pnt.hxx>
#include <TopoDS_Shape.hxx>
#include <TopAbs_ShapeEnum.hxx>
#include <TopoDS.hxx>
#include <BRep_Tool.hxx>
#include <TopExp.hxx>
#include <TColStd_IndexedMapOfInteger.hxx>
#include <TopTools_IndexedMapOfShape.hxx>

Macros

#define PARAM_VALUE   0
 
#define COORD_VALUE   1
 
#define LENGTH_VALUE   2
 
#define GEOM_POINT_XYZ   0
 
#define GEOM_POINT_REF   1
 
#define GEOM_POINT_EDGE   2
 
#define GEOM_POINT_INTINT   3
 
#define GEOM_POINT_SURF   4
 
#define SPACING   6
 
#define MARGIN   9
 

Macro Definition Documentation

◆ COORD_VALUE

#define COORD_VALUE   1

◆ GEOM_POINT_EDGE

#define GEOM_POINT_EDGE   2

◆ GEOM_POINT_INTINT

#define GEOM_POINT_INTINT   3

◆ GEOM_POINT_REF

#define GEOM_POINT_REF   1

◆ GEOM_POINT_SURF

#define GEOM_POINT_SURF   4

◆ GEOM_POINT_XYZ

#define GEOM_POINT_XYZ   0

◆ LENGTH_VALUE

#define LENGTH_VALUE   2

◆ MARGIN

#define MARGIN   9

◆ PARAM_VALUE

#define PARAM_VALUE   0

◆ SPACING

#define SPACING   6