+ include missing header files
This commit is contained in:
parent
2b53da4eee
commit
834c0a642d
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QCheckBox>
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <QMenu>
|
||||
#endif
|
||||
|
||||
#include "TaskOrthoViews.h"
|
||||
#include "ui_TaskOrthoViews.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "TaskDlgMeshShapeNetgen.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#ifndef _PreComp_
|
||||
# include <sstream>
|
||||
# include <QKeyEvent>
|
||||
# include <QRegExp>
|
||||
# include <QTextStream>
|
||||
# include <QMessageBox>
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
# include <BRepAdaptor_Curve.hxx>
|
||||
# include <Geom_Line.hxx>
|
||||
# include <gp_Lin.hxx>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ui_TaskFemConstraintBearing.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ui_TaskFemConstraintBearing.h"
|
||||
|
|
|
@ -25,7 +25,11 @@
|
|||
|
||||
#ifndef _PreComp_
|
||||
# include <Standard_math.hxx>
|
||||
# include <QAction>
|
||||
# include <QApplication>
|
||||
# include <QDockWidget>
|
||||
# include <QMenu>
|
||||
# include <QStackedWidget>
|
||||
# include <Inventor/nodes/SoSeparator.h>
|
||||
# include <Inventor/nodes/SoBaseColor.h>
|
||||
# include <Inventor/nodes/SoFontStyle.h>
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
# include <Inventor/nodes/SoTranslation.h>
|
||||
# include <Inventor/nodes/SoRotation.h>
|
||||
# include <Precision.hxx>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderFemConstraintBearing.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
# include <Inventor/nodes/SoRotation.h>
|
||||
# include <Inventor/nodes/SoMultipleCopy.h>
|
||||
# include <Precision.hxx>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderFemConstraintFixed.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
# include <Inventor/nodes/SoRotation.h>
|
||||
# include <Inventor/nodes/SoMultipleCopy.h>
|
||||
# include <Precision.hxx>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderFemConstraintForce.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
# include <Inventor/nodes/SoRotation.h>
|
||||
# include <Inventor/SbMatrix.h>
|
||||
# include <Precision.hxx>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderFemConstraintGear.h"
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
# include <Inventor/nodes/SoTranslation.h>
|
||||
# include <Inventor/nodes/SoRotation.h>
|
||||
# include <Precision.hxx>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderFemConstraintPulley.h"
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
# include <Inventor/events/SoLocation2Event.h>
|
||||
# include <Inventor/events/SoMouseButtonEvent.h>
|
||||
# include <Inventor/nodes/SoCamera.h>
|
||||
# include <QBitmap>
|
||||
#endif
|
||||
|
||||
#include "MeshSelection.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <TopExp_Explorer.hxx>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "Tessellation.h"
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <QDialog>
|
||||
#include <QStandardItemModel>
|
||||
#include <QItemDelegate>
|
||||
|
||||
|
|
|
@ -21,6 +21,14 @@
|
|||
***************************************************************************/
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <QBoxLayout>
|
||||
# include <QHeaderView>
|
||||
# include <QTextEdit>
|
||||
# include <QTextStream>
|
||||
# include <QTreeWidget>
|
||||
#endif
|
||||
|
||||
#include <Standard_Version.hxx>
|
||||
#include <BRepCheck_Analyzer.hxx>
|
||||
#include <BRepCheck_Result.hxx>
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
class SoSeparator;
|
||||
class SoSwitch;
|
||||
class QTextEdit;
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
|
|
@ -19,7 +19,13 @@
|
|||
* Suite 330, Boston, MA 02111-1307, USA *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreCpmp_
|
||||
# include <QButtonGroup>
|
||||
# include <QPushButton>
|
||||
#endif
|
||||
|
||||
|
||||
#include <sstream>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ui_TaskDraftParameters.h"
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
#include "ViewProviderMultiTransform.h"
|
||||
|
||||
class Ui_TaskMultiTransformParameters;
|
||||
class QModelIndex;
|
||||
|
||||
namespace PartDesign {
|
||||
class Transformed;
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderChamfer.h"
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderDraft.h"
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderFillet.h"
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include <Mod/PartDesign/App/FeatureGroove.h>
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderPad.h"
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderPocket.h"
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include <Mod/PartDesign/App/FeatureRevolution.h>
|
||||
|
|
|
@ -41,6 +41,9 @@
|
|||
# include <Inventor/nodes/SoSeparator.h>
|
||||
# include <Inventor/nodes/SoShapeHints.h>
|
||||
# include <Inventor/nodes/SoTransparencyType.h>
|
||||
# include <QAction>
|
||||
# include <QMenu>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
#include "ViewProviderTransformed.h"
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include "PreCompiled.h"
|
||||
#ifndef _PreComp_
|
||||
# include <QInputDialog>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QApplication>
|
||||
#endif
|
||||
|
||||
#include "TaskDlgEdge2Trac.h"
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QApplication>
|
||||
#endif
|
||||
|
||||
#include "TaskDlgTrajectoryCompound.h"
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#ifndef _PreComp_
|
||||
# include <qobject.h>
|
||||
# include <QDir>
|
||||
# include <QFileInfo>
|
||||
# include <QMessageBox>
|
||||
#endif
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QPainter>
|
||||
# include <QPixmap>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
|
||||
#ifndef _PreComp_
|
||||
# include <cmath>
|
||||
# include <QContextMenuEvent>
|
||||
# include <QMenu>
|
||||
# include <QRegExp>
|
||||
# include <QString>
|
||||
#endif
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <boost/signals.hpp>
|
||||
#include <QListWidget>
|
||||
|
||||
namespace App {
|
||||
class Property;
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QEvent>
|
||||
#endif
|
||||
|
||||
#include "TaskSketcherCreateCommands.h"
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include "PreCompiled.h"
|
||||
|
||||
#ifndef _PreComp_
|
||||
# include <QContextMenuEvent>
|
||||
# include <QMenu>
|
||||
# include <QRegExp>
|
||||
# include <QString>
|
||||
#endif
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <boost/signals.hpp>
|
||||
#include <QListWidget>
|
||||
|
||||
namespace App {
|
||||
class Property;
|
||||
|
|
Loading…
Reference in New Issue
Block a user