[FEM] header files: remove unused includes
This commit is contained in:
@@ -20,13 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef FEMGUI_TaskAnalysisInfo_H
|
||||
#define FEMGUI_TaskAnalysisInfo_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
|
||||
#include <Mod/Fem/App/FemSetNodesObject.h>
|
||||
|
||||
|
||||
|
||||
@@ -20,13 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskCreateNodeSet_H
|
||||
#define GUI_TASKVIEW_TaskCreateNodeSet_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
|
||||
#include <Mod/Fem/App/FemSetNodesObject.h>
|
||||
|
||||
|
||||
|
||||
@@ -20,16 +20,16 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef ROBOTGUI_TaskDlgCreateNodeSet_H
|
||||
#define ROBOTGUI_TaskDlgCreateNodeSet_H
|
||||
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include <Mod/Fem/App/FemSetNodesObject.h>
|
||||
|
||||
#include "TaskCreateNodeSet.h"
|
||||
#include "TaskObjectName.h"
|
||||
|
||||
|
||||
// forward
|
||||
namespace Gui { namespace TaskView { class TaskSelectLinkProperty;}}
|
||||
|
||||
|
||||
@@ -20,15 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef FEMGUI_TaskDriver_H
|
||||
#define FEMGUI_TaskDriver_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
|
||||
#include <Mod/Fem/App/FemSetNodesObject.h>
|
||||
|
||||
|
||||
class Ui_TaskDriver;
|
||||
class SoEventCallback;
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraint_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraint_H
|
||||
|
||||
@@ -29,9 +28,11 @@
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Mod/Fem/FemGlobal.h>
|
||||
|
||||
#include "ViewProviderFemConstraint.h"
|
||||
|
||||
|
||||
class QAction;
|
||||
class QListWidget;
|
||||
class QListWidgetItem;
|
||||
|
||||
@@ -21,18 +21,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintBearing_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintBearing_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "ViewProviderFemConstraintBearing.h"
|
||||
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintBearing;
|
||||
|
||||
|
||||
@@ -23,21 +23,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintContact_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintContact_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "ViewProviderFemConstraintContact.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
|
||||
class Ui_TaskFemConstraintContact;
|
||||
|
||||
|
||||
@@ -21,22 +21,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintFixed_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintFixed_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "TaskFemConstraintOnBoundary.h"
|
||||
#include "ViewProviderFemConstraintFixed.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
|
||||
class Ui_TaskFemConstraintFixed;
|
||||
|
||||
|
||||
@@ -20,21 +20,17 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintFluidBoundary_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintFluidBoundary_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include <App/PropertyStandard.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Mod/Fem/App/FemSolverObject.h>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "TaskFemConstraintOnBoundary.h"
|
||||
#include "ViewProviderFemConstraintFluidBoundary.h"
|
||||
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintFluidBoundary;
|
||||
|
||||
|
||||
@@ -21,19 +21,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintForce_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintForce_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "TaskFemConstraintOnBoundary.h"
|
||||
#include "ViewProviderFemConstraintForce.h"
|
||||
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintForce;
|
||||
|
||||
|
||||
@@ -21,14 +21,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintGear_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintGear_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include "TaskFemConstraintBearing.h"
|
||||
#include "ViewProviderFemConstraintGear.h"
|
||||
|
||||
|
||||
@@ -23,23 +23,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintHeatflux_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintHeatflux_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "TaskFemConstraintOnBoundary.h"
|
||||
#include "ViewProviderFemConstraintHeatflux.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintHeatflux;
|
||||
|
||||
|
||||
@@ -23,22 +23,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintInitialTemperature_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintInitialTemperature_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "ViewProviderFemConstraintInitialTemperature.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QListWidgetItem>
|
||||
|
||||
class Ui_TaskFemConstraintInitialTemperature;
|
||||
|
||||
|
||||
@@ -21,22 +21,19 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintOnBoundary_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintOnBoundary_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <QObject>
|
||||
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/Widgets.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Mod/Fem/FemGlobal.h>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QKeyEvent>
|
||||
|
||||
namespace FemGui {
|
||||
|
||||
|
||||
@@ -23,22 +23,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintPlaneRotation_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintPlaneRotation_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "ViewProviderFemConstraintPlaneRotation.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintPlaneRotation;
|
||||
|
||||
|
||||
@@ -23,23 +23,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintPressure_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintPressure_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "TaskFemConstraintOnBoundary.h"
|
||||
#include "ViewProviderFemConstraintPressure.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintPressure;
|
||||
|
||||
|
||||
@@ -21,14 +21,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintPulley_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintPulley_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
|
||||
#include "TaskFemConstraintGear.h"
|
||||
#include "ViewProviderFemConstraintPulley.h"
|
||||
|
||||
|
||||
@@ -21,23 +21,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintSpring_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintSpring_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "TaskFemConstraintOnBoundary.h"
|
||||
#include "ViewProviderFemConstraintSpring.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintSpring;
|
||||
|
||||
|
||||
@@ -23,23 +23,17 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintTemperature_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintTemperature_H
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "TaskFemConstraintOnBoundary.h"
|
||||
#include "ViewProviderFemConstraintTemperature.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintTemperature;
|
||||
|
||||
|
||||
@@ -27,18 +27,11 @@
|
||||
#ifndef GUI_TASKVIEW_TaskFemConstraintTransform_H
|
||||
#define GUI_TASKVIEW_TaskFemConstraintTransform_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Base/Quantity.h>
|
||||
#include <QObject>
|
||||
|
||||
#include "TaskFemConstraint.h"
|
||||
#include "ViewProviderFemConstraintTransform.h"
|
||||
|
||||
#include <QObject>
|
||||
#include <Base/Console.h>
|
||||
#include <App/DocumentObject.h>
|
||||
#include <QKeyEvent>
|
||||
|
||||
class Ui_TaskFemConstraintTransform;
|
||||
|
||||
|
||||
@@ -20,17 +20,16 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_TASKVIEW_TaskPostDisplay_H
|
||||
#define GUI_TASKVIEW_TaskPostDisplay_H
|
||||
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/ViewProviderDocumentObject.h>
|
||||
#include <Base/Parameter.h>
|
||||
#include <App/PropertyLinks.h>
|
||||
#include <Gui/TaskView/TaskDialog.h>
|
||||
#include <Gui/TaskView/TaskView.h>
|
||||
|
||||
#include "ViewProviderFemPostFunction.h"
|
||||
|
||||
|
||||
class QComboBox;
|
||||
class Ui_TaskPostDisplay;
|
||||
class Ui_TaskPostClip;
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef FEM_ViewProviderAnalysis_H
|
||||
#define FEM_ViewProviderAnalysis_H
|
||||
|
||||
@@ -29,6 +28,7 @@
|
||||
#include <Mod/Fem/FemGlobal.h>
|
||||
#include <QCoreApplication>
|
||||
|
||||
|
||||
namespace FemGui
|
||||
{
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef GUI_VIEWPROVIDERFEMCONSTRAINT_H
|
||||
#define GUI_VIEWPROVIDERFEMCONSTRAINT_H
|
||||
|
||||
|
||||
@@ -20,12 +20,10 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef FEM_ViewProviderFemMeshShapeNetgen_H
|
||||
#define FEM_ViewProviderFemMeshShapeNetgen_H
|
||||
|
||||
#include "ViewProviderFemMeshShape.h"
|
||||
#include <Gui/ViewProviderBuilder.h>
|
||||
|
||||
namespace FemGui
|
||||
{
|
||||
|
||||
@@ -20,15 +20,14 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
|
||||
#ifndef FEM_VIEWPROVIDERFEMPOSTFUNCTION_H
|
||||
#define FEM_VIEWPROVIDERFEMPOSTFUNCTION_H
|
||||
|
||||
#include <Gui/ViewProviderDocumentObject.h>
|
||||
#include <Mod/Fem/App/FemPostFunction.h>
|
||||
#include <Inventor/SbMatrix.h>
|
||||
#include <QWidget>
|
||||
#include <boost_signals2.hpp>
|
||||
#include <Gui/ViewProviderDocumentObject.h>
|
||||
#include <Mod/Fem/App/FemPostFunction.h>
|
||||
|
||||
|
||||
class SoScale;
|
||||
class SoSurroundScale;
|
||||
|
||||
Reference in New Issue
Block a user