mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Build with native prerequsites
This commit is contained in:
parent
7cd67a0174
commit
2a3778cbc2
@ -47,6 +47,8 @@
|
||||
|
||||
#include <GEOMImpl_Types.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// class : BasicGUI_CurveDlg()
|
||||
// purpose : Constructs a BasicGUI_CurveDlg which is a child of 'parent', with the
|
||||
|
@ -72,6 +72,8 @@
|
||||
#include <Graphic3d_AspectText3d.hxx>
|
||||
#include <Font_FontAspect.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
// This include must be *AFTER* SOCC_ViewModel.h because
|
||||
// of the constant ROTATE which is a #define in
|
||||
// GEOMImpl_Types.hxx and an enum in SOCC_ViewModel.h
|
||||
|
@ -30,6 +30,8 @@
|
||||
#include <SalomeApp_Application.h>
|
||||
#include <LightApp_SelectionMgr.h>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
|
||||
//=================================================================================
|
||||
// class : EntityGUI_IsolineDlg
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include <DlgRef.h>
|
||||
|
||||
#include <QKeyEvent>
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include <BRep_Tool.hxx>
|
||||
#include <TopExp.hxx>
|
||||
|
@ -44,6 +44,7 @@
|
||||
#include <QKeyEvent>
|
||||
#include <QSpinBox>
|
||||
#include <QDoubleSpinBox>
|
||||
#include <QButtonGroup>
|
||||
|
||||
//=================================================================================
|
||||
// class : GEOMBase_Skeleton()
|
||||
|
@ -61,6 +61,7 @@
|
||||
#include <QListWidget>
|
||||
#include <QLineEdit>
|
||||
#include <QMap>
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include <AIS_ListOfInteractive.hxx>
|
||||
#include <AIS_ListIteratorOfListOfInteractive.hxx>
|
||||
|
@ -50,6 +50,8 @@
|
||||
#include <SUIT_Session.h>
|
||||
#include <SUIT_Desktop.h>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include <Aspect_PolygonOffsetMode.hxx>
|
||||
|
||||
#include <Basics_OCCTVersion.hxx>
|
||||
|
@ -41,6 +41,8 @@
|
||||
#include <TColStd_MapOfInteger.hxx>
|
||||
#include <TColStd_IndexedMapOfInteger.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
#include <GEOMImpl_Types.hxx>
|
||||
|
||||
//=================================================================================
|
||||
|
@ -55,6 +55,8 @@
|
||||
#include <TopoDS_Edge.hxx>
|
||||
#include <gp_Pnt.hxx>
|
||||
|
||||
#include <QButtonGroup>
|
||||
|
||||
enum { BY_PARAM, BY_POINT_PROJ };
|
||||
|
||||
//=================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user