Mod/Import/Gui/PreCompiled.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (c) Jürgen Riegel          (juergen.riegel@web.de) 2002     *
00003  *                                                                         *
00004  *   This file is part of the FreeCAD CAx development system.              *
00005  *                                                                         *
00006  *   This library is free software; you can redistribute it and/or         *
00007  *   modify it under the terms of the GNU Library General Public           *
00008  *   License as published by the Free Software Foundation; either          *
00009  *   version 2 of the License, or (at your option) any later version.      *
00010  *                                                                         *
00011  *   This library  is distributed in the hope that it will be useful,      *
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00014  *   GNU Library General Public License for more details.                  *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU Library General Public     *
00017  *   License along with this library; see the file COPYING.LIB. If not,    *
00018  *   write to the Free Software Foundation, Inc., 59 Temple Place,         *
00019  *   Suite 330, Boston, MA  02111-1307, USA                                *
00020  *                                                                         *
00021  ***************************************************************************/
00022 
00023 
00024 #ifndef __PRECOMPILED_GUI__
00025 #define __PRECOMPILED_GUI__
00026 
00027 #include <FCConfig.h>
00028 
00029 // Importing of App classes
00030 #ifdef FC_OS_WIN32
00031 # define ImportGuiExport    __declspec(dllexport)
00032 # define PartExport      __declspec(dllimport)
00033 # define PartGuiExport   __declspec(dllimport)
00034 #else // for Linux
00035 # define ImportGuiExport
00036 # define PartExport
00037 # define PartGuiExport
00038 #endif
00039 
00040 
00041 // here get the warnings of too long specifiers disabled (needed for VC6)
00042 #ifdef _MSC_VER
00043 # pragma warning( disable : 4251 )
00044 # pragma warning( disable : 4503 )
00045 # pragma warning( disable : 4786 )  // specifier longer then 255 chars
00046 #endif
00047 
00048 #ifdef _PreComp_
00049 
00050 // Python
00051 #include <Python.h>
00052 
00053 // standard
00054 #include <list>
00055 #include <iostream>
00056 #include <assert.h>
00057 
00058 // STL
00059 #include <vector>
00060 #include <map>
00061 #include <string>
00062 #include <set>
00063 
00064 #include <Python.h>
00065 #ifndef FC_OS_WIN32
00066 # include <windows.h>
00067 #endif
00068 
00069 // Xerces
00070 #include <xercesc/util/XercesDefs.hpp>
00071 
00072 // OpenCasCade Base
00073 #include "OpenCascadeAll.h"
00074 
00075 // OpenCascade View
00076 #include <Geom_Axis2Placement.hxx>
00077 #include <TDF_Label.hxx>
00078 #include <TDF_TagSource.hxx>
00079 #include <TDataStd_Real.hxx>
00080 #include <TDataStd_Name.hxx>
00081 #include <TDF_Label.hxx>
00082 #include <TDF_TagSource.hxx>
00083 #include <TDF_ChildIterator.hxx>
00084 #include <TDataStd_Real.hxx>
00085 #include <TDataStd_Integer.hxx>
00086 #include <TDataStd_TreeNode.hxx>
00087 #include <TDataStd_ChildNodeIterator.hxx>
00088 #include <gp_Pnt.hxx>
00089 #include <gp_Sphere.hxx>
00090 #include <gp_Trsf.hxx>
00091 #include <TopoDS_Face.hxx>
00092 #include <TopoDS.hxx>
00093 #include <TopExp_Explorer.hxx>
00094 #include <TopLoc_Location.hxx>
00095 #include <TNaming_Tool.hxx>
00096 #include <BRep_Tool.hxx>
00097 #include <BRepPrimAPI_MakeSphere.hxx>
00098 #include <Geom_SphericalSurface.hxx>
00099 #include <TNaming_NamedShape.hxx>
00100 #include <BRepTools.hxx>
00101 #include <BRepPrimAPI_MakeBox.hxx>
00102 #include <TopoDS_Shape.hxx>
00103 #include <TNaming_Builder.hxx>
00104 
00105 #ifndef FC_OS_WIN32
00106 #include <Graphic3d_GraphicDevice.hxx>
00107 #else
00108 #include <Graphic3d_WNTGraphicDevice.hxx>
00109 #endif
00110 
00111 // Qt Toolkit
00112 #ifndef __Qt4All__
00113 # include <Gui/Qt4All.h>
00114 #endif
00115 
00116 
00117 #endif //_PreComp_
00118 
00119 #endif // __PRECOMPILED_GUI__

Generated on Wed Nov 23 19:00:29 2011 for FreeCAD by  doxygen 1.6.1