OriginGroup: add new abstraction layer between the Part and the GeoFeatureGroup
This commit is contained in:
committed by
Stefan Tröger
parent
59ca9212d6
commit
2c2d155ee9
@@ -98,7 +98,6 @@
|
||||
#include "ViewProviderPythonFeature.h"
|
||||
#include "ViewProviderDocumentObjectGroup.h"
|
||||
#include "ViewProviderGeometryObject.h"
|
||||
#include "ViewProviderGeoFeatureGroup.h"
|
||||
#include "ViewProviderInventorObject.h"
|
||||
#include "ViewProviderVRMLObject.h"
|
||||
#include "ViewProviderAnnotation.h"
|
||||
@@ -106,6 +105,8 @@
|
||||
#include "ViewProviderPlacement.h"
|
||||
#include "ViewProviderPlane.h"
|
||||
#include "ViewProviderLine.h"
|
||||
#include "ViewProviderGeoFeatureGroup.h"
|
||||
#include "ViewProviderOriginGroup.h"
|
||||
#include "ViewProviderPart.h"
|
||||
#include "ViewProviderOrigin.h"
|
||||
#include "ViewProviderMaterialObject.h"
|
||||
@@ -1533,8 +1534,6 @@ void Application::initTypes(void)
|
||||
Gui::ViewProviderDocumentObjectGroup ::init();
|
||||
Gui::ViewProviderDocumentObjectGroupPython ::init();
|
||||
Gui::ViewProviderGeometryObject ::init();
|
||||
Gui::ViewProviderGeoFeatureGroup ::init();
|
||||
Gui::ViewProviderGeoFeatureGroupPython ::init();
|
||||
Gui::ViewProviderInventorObject ::init();
|
||||
Gui::ViewProviderVRMLObject ::init();
|
||||
Gui::ViewProviderAnnotation ::init();
|
||||
@@ -1546,6 +1545,9 @@ void Application::initTypes(void)
|
||||
Gui::ViewProviderPlacement ::init();
|
||||
Gui::ViewProviderPlane ::init();
|
||||
Gui::ViewProviderLine ::init();
|
||||
Gui::ViewProviderGeoFeatureGroup ::init();
|
||||
Gui::ViewProviderGeoFeatureGroupPython ::init();
|
||||
Gui::ViewProviderOriginGroup ::init();
|
||||
Gui::ViewProviderPart ::init();
|
||||
Gui::ViewProviderOrigin ::init();
|
||||
Gui::ViewProviderMaterialObject ::init();
|
||||
|
||||
Reference in New Issue
Block a user