+ remove references to SoFCSelection where not needed
This commit is contained in:
@@ -198,4 +198,4 @@ private:
|
||||
|
||||
} // namespace Gui
|
||||
|
||||
#endif // !GUI_SOFCSELECTION_H
|
||||
#endif // !GUI_SOFCUNIFIEDSELECTION_H
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
#include <App/Document.h>
|
||||
|
||||
#include "Window.h"
|
||||
#include "SoFCSelection.h"
|
||||
#include "ViewProviderFeature.h"
|
||||
#include "View3DInventorViewer.h"
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ class SbVec2s;
|
||||
|
||||
namespace Gui {
|
||||
|
||||
class SoFCSelection;
|
||||
class View3DInventorViewer;
|
||||
|
||||
class GuiExport ViewProviderFeature:public ViewProviderDocumentObject
|
||||
|
||||
@@ -41,7 +41,6 @@
|
||||
#endif
|
||||
|
||||
#include "ViewProviderMeasureDistance.h"
|
||||
#include "SoFCSelection.h"
|
||||
#include "Application.h"
|
||||
#include "Document.h"
|
||||
#include "View3DInventorViewer.h"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -34,8 +34,6 @@ class SoDragger;
|
||||
class SoNode;
|
||||
|
||||
namespace Gui {
|
||||
class SoFCSelection;
|
||||
class SoFCBoundingBox;
|
||||
|
||||
class GuiExport ViewProviderPythonFeatureImp
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#define IMAGE_ViewProviderImagePlane_H
|
||||
|
||||
#include <Gui/ViewProviderGeometryObject.h>
|
||||
#include <Gui/SoFCSelection.h>
|
||||
|
||||
class SoCoordinate3;
|
||||
class SoDrawStyle;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -34,11 +34,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -33,11 +33,6 @@ class SoSeparator;
|
||||
class SbVec3f;
|
||||
class SoTransform;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace PartGui {
|
||||
|
||||
|
||||
|
||||
@@ -41,10 +41,6 @@ namespace App {
|
||||
class PropertyColorList;
|
||||
}
|
||||
|
||||
namespace Gui {
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace Points {
|
||||
class PropertyGreyValueList;
|
||||
class PropertyNormalList;
|
||||
|
||||
@@ -30,11 +30,6 @@
|
||||
|
||||
class QPixmap;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace Sketcher {
|
||||
class Sketch;
|
||||
class SketchObject;
|
||||
|
||||
@@ -58,7 +58,6 @@ struct EditData;
|
||||
|
||||
namespace Gui {
|
||||
class View3DInventorViewer;
|
||||
class SoFCSelection;
|
||||
}
|
||||
|
||||
namespace Sketcher {
|
||||
|
||||
Reference in New Issue
Block a user