+ include missing header files

This commit is contained in:
wmayer 2015-07-01 13:02:29 +02:00
parent 2b53da4eee
commit 834c0a642d
38 changed files with 73 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QCheckBox>
#endif #endif

View File

@ -21,6 +21,9 @@
***************************************************************************/ ***************************************************************************/
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_
# include <QMenu>
#endif
#include "TaskOrthoViews.h" #include "TaskOrthoViews.h"
#include "ui_TaskOrthoViews.h" #include "ui_TaskOrthoViews.h"

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QMessageBox>
#endif #endif
#include "TaskDlgMeshShapeNetgen.h" #include "TaskDlgMeshShapeNetgen.h"

View File

@ -25,6 +25,7 @@
#ifndef _PreComp_ #ifndef _PreComp_
# include <sstream> # include <sstream>
# include <QKeyEvent>
# include <QRegExp> # include <QRegExp>
# include <QTextStream> # include <QTextStream>
# include <QMessageBox> # include <QMessageBox>

View File

@ -38,6 +38,7 @@
# include <BRepAdaptor_Curve.hxx> # include <BRepAdaptor_Curve.hxx>
# include <Geom_Line.hxx> # include <Geom_Line.hxx>
# include <gp_Lin.hxx> # include <gp_Lin.hxx>
# include <QMessageBox>
#endif #endif
#include "ui_TaskFemConstraintBearing.h" #include "ui_TaskFemConstraintBearing.h"

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QMessageBox>
#endif #endif
#include "ui_TaskFemConstraintBearing.h" #include "ui_TaskFemConstraintBearing.h"

View File

@ -25,7 +25,11 @@
#ifndef _PreComp_ #ifndef _PreComp_
# include <Standard_math.hxx> # include <Standard_math.hxx>
# include <QAction>
# include <QApplication> # include <QApplication>
# include <QDockWidget>
# include <QMenu>
# include <QStackedWidget>
# include <Inventor/nodes/SoSeparator.h> # include <Inventor/nodes/SoSeparator.h>
# include <Inventor/nodes/SoBaseColor.h> # include <Inventor/nodes/SoBaseColor.h>
# include <Inventor/nodes/SoFontStyle.h> # include <Inventor/nodes/SoFontStyle.h>

View File

@ -29,6 +29,7 @@
# include <Inventor/nodes/SoTranslation.h> # include <Inventor/nodes/SoTranslation.h>
# include <Inventor/nodes/SoRotation.h> # include <Inventor/nodes/SoRotation.h>
# include <Precision.hxx> # include <Precision.hxx>
# include <QMessageBox>
#endif #endif
#include "ViewProviderFemConstraintBearing.h" #include "ViewProviderFemConstraintBearing.h"

View File

@ -30,6 +30,7 @@
# include <Inventor/nodes/SoRotation.h> # include <Inventor/nodes/SoRotation.h>
# include <Inventor/nodes/SoMultipleCopy.h> # include <Inventor/nodes/SoMultipleCopy.h>
# include <Precision.hxx> # include <Precision.hxx>
# include <QMessageBox>
#endif #endif
#include "ViewProviderFemConstraintFixed.h" #include "ViewProviderFemConstraintFixed.h"

View File

@ -30,6 +30,7 @@
# include <Inventor/nodes/SoRotation.h> # include <Inventor/nodes/SoRotation.h>
# include <Inventor/nodes/SoMultipleCopy.h> # include <Inventor/nodes/SoMultipleCopy.h>
# include <Precision.hxx> # include <Precision.hxx>
# include <QMessageBox>
#endif #endif
#include "ViewProviderFemConstraintForce.h" #include "ViewProviderFemConstraintForce.h"

View File

@ -30,6 +30,7 @@
# include <Inventor/nodes/SoRotation.h> # include <Inventor/nodes/SoRotation.h>
# include <Inventor/SbMatrix.h> # include <Inventor/SbMatrix.h>
# include <Precision.hxx> # include <Precision.hxx>
# include <QMessageBox>
#endif #endif
#include "ViewProviderFemConstraintGear.h" #include "ViewProviderFemConstraintGear.h"

View File

@ -29,6 +29,7 @@
# include <Inventor/nodes/SoTranslation.h> # include <Inventor/nodes/SoTranslation.h>
# include <Inventor/nodes/SoRotation.h> # include <Inventor/nodes/SoRotation.h>
# include <Precision.hxx> # include <Precision.hxx>
# include <QMessageBox>
#endif #endif
#include "ViewProviderFemConstraintPulley.h" #include "ViewProviderFemConstraintPulley.h"

View File

@ -30,6 +30,7 @@
# include <Inventor/events/SoLocation2Event.h> # include <Inventor/events/SoLocation2Event.h>
# include <Inventor/events/SoMouseButtonEvent.h> # include <Inventor/events/SoMouseButtonEvent.h>
# include <Inventor/nodes/SoCamera.h> # include <Inventor/nodes/SoCamera.h>
# include <QBitmap>
#endif #endif
#include "MeshSelection.h" #include "MeshSelection.h"

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <TopExp_Explorer.hxx> # include <TopExp_Explorer.hxx>
# include <QMessageBox>
#endif #endif
#include "Tessellation.h" #include "Tessellation.h"

View File

@ -26,6 +26,7 @@
#include <Gui/TaskView/TaskDialog.h> #include <Gui/TaskView/TaskDialog.h>
#include <Gui/TaskView/TaskView.h> #include <Gui/TaskView/TaskView.h>
#include <Gui/Selection.h> #include <Gui/Selection.h>
#include <QDialog>
#include <QStandardItemModel> #include <QStandardItemModel>
#include <QItemDelegate> #include <QItemDelegate>

View File

@ -21,6 +21,14 @@
***************************************************************************/ ***************************************************************************/
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_
# include <QBoxLayout>
# include <QHeaderView>
# include <QTextEdit>
# include <QTextStream>
# include <QTreeWidget>
#endif
#include <Standard_Version.hxx> #include <Standard_Version.hxx>
#include <BRepCheck_Analyzer.hxx> #include <BRepCheck_Analyzer.hxx>
#include <BRepCheck_Result.hxx> #include <BRepCheck_Result.hxx>

View File

@ -33,6 +33,7 @@
class SoSeparator; class SoSeparator;
class SoSwitch; class SoSwitch;
class QTextEdit;
namespace PartGui { namespace PartGui {

View File

@ -19,7 +19,13 @@
* Suite 330, Boston, MA 02111-1307, USA * * Suite 330, Boston, MA 02111-1307, USA *
* * * *
***************************************************************************/ ***************************************************************************/
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreCpmp_
# include <QButtonGroup>
# include <QPushButton>
#endif
#include <sstream> #include <sstream>

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QMessageBox>
#endif #endif
#include "ui_TaskDraftParameters.h" #include "ui_TaskDraftParameters.h"

View File

@ -32,6 +32,7 @@
#include "ViewProviderMultiTransform.h" #include "ViewProviderMultiTransform.h"
class Ui_TaskMultiTransformParameters; class Ui_TaskMultiTransformParameters;
class QModelIndex;
namespace PartDesign { namespace PartDesign {
class Transformed; class Transformed;

View File

@ -24,6 +24,9 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include "ViewProviderChamfer.h" #include "ViewProviderChamfer.h"

View File

@ -24,6 +24,9 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include "ViewProviderDraft.h" #include "ViewProviderDraft.h"

View File

@ -24,6 +24,9 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include "ViewProviderFillet.h" #include "ViewProviderFillet.h"

View File

@ -24,6 +24,9 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include <Mod/PartDesign/App/FeatureGroove.h> #include <Mod/PartDesign/App/FeatureGroove.h>

View File

@ -24,6 +24,9 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include "ViewProviderPad.h" #include "ViewProviderPad.h"

View File

@ -24,6 +24,9 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include "ViewProviderPocket.h" #include "ViewProviderPocket.h"

View File

@ -24,6 +24,9 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include <Mod/PartDesign/App/FeatureRevolution.h> #include <Mod/PartDesign/App/FeatureRevolution.h>

View File

@ -41,6 +41,9 @@
# include <Inventor/nodes/SoSeparator.h> # include <Inventor/nodes/SoSeparator.h>
# include <Inventor/nodes/SoShapeHints.h> # include <Inventor/nodes/SoShapeHints.h>
# include <Inventor/nodes/SoTransparencyType.h> # include <Inventor/nodes/SoTransparencyType.h>
# include <QAction>
# include <QMenu>
# include <QMessageBox>
#endif #endif
#include "ViewProviderTransformed.h" #include "ViewProviderTransformed.h"

View File

@ -23,6 +23,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QInputDialog>
# include <QMessageBox> # include <QMessageBox>
#endif #endif

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QApplication>
#endif #endif
#include "TaskDlgEdge2Trac.h" #include "TaskDlgEdge2Trac.h"

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QApplication>
#endif #endif
#include "TaskDlgTrajectoryCompound.h" #include "TaskDlgTrajectoryCompound.h"

View File

@ -25,6 +25,7 @@
#ifndef _PreComp_ #ifndef _PreComp_
# include <qobject.h> # include <qobject.h>
# include <QDir>
# include <QFileInfo> # include <QFileInfo>
# include <QMessageBox> # include <QMessageBox>
#endif #endif

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QPainter>
# include <QPixmap> # include <QPixmap>
#endif #endif

View File

@ -25,6 +25,8 @@
#ifndef _PreComp_ #ifndef _PreComp_
# include <cmath> # include <cmath>
# include <QContextMenuEvent>
# include <QMenu>
# include <QRegExp> # include <QRegExp>
# include <QString> # include <QString>
#endif #endif

View File

@ -27,6 +27,7 @@
#include <Gui/TaskView/TaskView.h> #include <Gui/TaskView/TaskView.h>
#include <Gui/Selection.h> #include <Gui/Selection.h>
#include <boost/signals.hpp> #include <boost/signals.hpp>
#include <QListWidget>
namespace App { namespace App {
class Property; class Property;

View File

@ -24,6 +24,7 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QEvent>
#endif #endif
#include "TaskSketcherCreateCommands.h" #include "TaskSketcherCreateCommands.h"

View File

@ -24,6 +24,8 @@
#include "PreCompiled.h" #include "PreCompiled.h"
#ifndef _PreComp_ #ifndef _PreComp_
# include <QContextMenuEvent>
# include <QMenu>
# include <QRegExp> # include <QRegExp>
# include <QString> # include <QString>
#endif #endif

View File

@ -27,6 +27,7 @@
#include <Gui/TaskView/TaskView.h> #include <Gui/TaskView/TaskView.h>
#include <Gui/Selection.h> #include <Gui/Selection.h>
#include <boost/signals.hpp> #include <boost/signals.hpp>
#include <QListWidget>
namespace App { namespace App {
class Property; class Property;