+ remove references to SoFCSelection where not needed

This commit is contained in:
wmayer
2015-05-20 19:24:12 +02:00
parent 9c6e26d974
commit cab441cf2a
32 changed files with 2 additions and 85 deletions

View File

@@ -198,4 +198,4 @@ private:
} // namespace Gui
#endif // !GUI_SOFCSELECTION_H
#endif // !GUI_SOFCUNIFIEDSELECTION_H

View File

@@ -43,7 +43,6 @@
#include "Application.h"
#include "Document.h"
#include "NavigationStyle.h"
#include "SoFCSelection.h"
#include "SoFCSelectionAction.h"
#include "SoFCOffscreenRenderer.h"
#include "SoFCVectorizeSVGAction.h"

View File

@@ -37,7 +37,6 @@
#include <App/Document.h>
#include "Window.h"
#include "SoFCSelection.h"
#include "ViewProviderFeature.h"
#include "View3DInventorViewer.h"

View File

@@ -33,7 +33,6 @@ class SbVec2s;
namespace Gui {
class SoFCSelection;
class View3DInventorViewer;
class GuiExport ViewProviderFeature:public ViewProviderDocumentObject

View File

@@ -41,7 +41,6 @@
#endif
#include "ViewProviderMeasureDistance.h"
#include "SoFCSelection.h"
#include "Application.h"
#include "Document.h"
#include "View3DInventorViewer.h"

View File

@@ -44,7 +44,6 @@
#include <Inventor/nodes/SoAnnotation.h>
#include <Inventor/details/SoLineDetail.h>
#include "ViewProviderPlacement.h"
#include "SoFCSelection.h"
#include "Application.h"
#include "Document.h"
#include "View3DInventorViewer.h"

View File

@@ -44,7 +44,6 @@
#include <Inventor/nodes/SoAnnotation.h>
#include <Inventor/details/SoLineDetail.h>
#include "ViewProviderPlane.h"
#include "SoFCSelection.h"
#include "Application.h"
#include "Document.h"
#include "View3DInventorViewer.h"

View File

@@ -53,8 +53,6 @@
#include "ViewProviderPythonFeature.h"
#include "ViewProviderPythonFeaturePy.h"
#include "SoFCSelection.h"
#include "SoFCBoundingBox.h"
#include "Tree.h"
#include "Window.h"
#include "Application.h"

View File

@@ -34,8 +34,6 @@ class SoDragger;
class SoNode;
namespace Gui {
class SoFCSelection;
class SoFCBoundingBox;
class GuiExport ViewProviderPythonFeatureImp
{

View File

@@ -41,7 +41,6 @@
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <Gui/Application.h>
#include <Gui/SoFCSelection.h>
#include <Gui/Selection.h>
#include <Gui/MainWindow.h>
#include <Gui/BitmapFactory.h>

View File

@@ -37,7 +37,6 @@
#include <App/Application.h>
#include <App/Document.h>
#include <App/DocumentObject.h>
#include <Gui/SoFCSelection.h>
#include <Gui/Selection.h>
#include <Mod/Drawing/App/FeatureView.h>

View File

@@ -55,7 +55,6 @@
#include <Mod/Fem/App/FemMeshObject.h>
#include <Mod/Fem/App/FemMesh.h>
#include <Gui/SoFCSelection.h>
#include <App/Document.h>
#include <Base/FileInfo.h>
#include <Base/Stream.h>

View File

@@ -76,7 +76,7 @@ void ViewProviderImagePlane::attach(App::DocumentObject *pcObj)
ViewProviderDocumentObject::attach(pcObj);
// NOTE: SoFCSelection node has beem removed because it led to
// problems using the image as a construction plan with the
// problems using the image as a construction plane with the
// draft commands
SoSeparator* planesep = new SoSeparator;
planesep->addChild(pcCoords);

View File

@@ -25,7 +25,6 @@
#define IMAGE_ViewProviderImagePlane_H
#include <Gui/ViewProviderGeometryObject.h>
#include <Gui/SoFCSelection.h>
class SoCoordinate3;
class SoDrawStyle;

View File

@@ -51,7 +51,6 @@
#include <Gui/Flag.h>
#include <Gui/MainWindow.h>
#include <Gui/SoFCColorBar.h>
#include <Gui/SoFCSelection.h>
#include <Gui/ViewProviderGeometryObject.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/Widgets.h>

View File

@@ -83,7 +83,6 @@
#include <App/Application.h>
#include <App/Document.h>
#include <Gui/Command.h>
#include <Gui/SoFCSelection.h>
#include <Gui/Selection.h>
#include <Gui/View3DInventorViewer.h>

View File

@@ -34,11 +34,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -34,7 +34,6 @@
#include <Base/Exception.h>
#include <Base/Sequencer.h>
#include <Gui/View3DInventorViewer.h>
#include <Gui/SoFCSelection.h>
#include <App/Application.h>
#include "ViewProviderImport.h"

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -79,7 +79,6 @@
#include <Base/Exception.h>
#include <App/Application.h>
#include <App/Document.h>
#include <Gui/SoFCSelection.h>
#include <Gui/Selection.h>
#include <Gui/View3DInventorViewer.h>

View File

@@ -33,11 +33,6 @@ class SoSeparator;
class SbVec3f;
class SoTransform;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace PartGui {

View File

@@ -41,10 +41,6 @@ namespace App {
class PropertyColorList;
}
namespace Gui {
class SoFCSelection;
}
namespace Points {
class PropertyGreyValueList;
class PropertyNormalList;

View File

@@ -30,11 +30,6 @@
class QPixmap;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace Sketcher {
class Sketch;
class SketchObject;

View File

@@ -58,7 +58,6 @@ struct EditData;
namespace Gui {
class View3DInventorViewer;
class SoFCSelection;
}
namespace Sketcher {