Core: Rename ViewProviderPythonFeature to ViewProviderFeaturePython
Fixes #15888
This commit is contained in:
@@ -190,7 +190,7 @@ PROPERTY_SOURCE_TEMPLATE(PathGui::ViewProviderAreaViewPython, PathGui::ViewProvi
|
||||
/// @endcond
|
||||
|
||||
// explicit template instantiation
|
||||
template class PathGuiExport ViewProviderPythonFeatureT<PathGui::ViewProviderArea>;
|
||||
template class PathGuiExport ViewProviderPythonFeatureT<PathGui::ViewProviderAreaView>;
|
||||
template class PathGuiExport ViewProviderFeaturePythonT<PathGui::ViewProviderArea>;
|
||||
template class PathGuiExport ViewProviderFeaturePythonT<PathGui::ViewProviderAreaView>;
|
||||
}
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#ifndef PATH_ViewProviderArea_H
|
||||
#define PATH_ViewProviderArea_H
|
||||
|
||||
#include <Gui/ViewProviderPythonFeature.h>
|
||||
#include <Gui/ViewProviderFeaturePython.h>
|
||||
#include <Mod/Part/Gui/ViewProviderPlaneParametric.h>
|
||||
#include <Mod/CAM/PathGlobal.h>
|
||||
|
||||
@@ -52,7 +52,7 @@ public:
|
||||
void dropObject(App::DocumentObject*) override;
|
||||
};
|
||||
|
||||
using ViewProviderAreaPython = Gui::ViewProviderPythonFeatureT<ViewProviderArea>;
|
||||
using ViewProviderAreaPython = Gui::ViewProviderFeaturePythonT<ViewProviderArea>;
|
||||
|
||||
|
||||
class PathGuiExport ViewProviderAreaView : public PartGui::ViewProviderPlaneParametric
|
||||
@@ -75,7 +75,7 @@ public:
|
||||
void dropObject(App::DocumentObject*) override;
|
||||
};
|
||||
|
||||
using ViewProviderAreaViewPython = Gui::ViewProviderPythonFeatureT<ViewProviderAreaView>;
|
||||
using ViewProviderAreaViewPython = Gui::ViewProviderFeaturePythonT<ViewProviderAreaView>;
|
||||
|
||||
} //namespace PathGui
|
||||
|
||||
|
||||
@@ -727,5 +727,5 @@ PROPERTY_SOURCE_TEMPLATE(PathGui::ViewProviderPathPython, PathGui::ViewProviderP
|
||||
/// @endcond
|
||||
|
||||
// explicit template instantiation
|
||||
template class PathGuiExport ViewProviderPythonFeatureT<PathGui::ViewProviderPath>;
|
||||
template class PathGuiExport ViewProviderFeaturePythonT<PathGui::ViewProviderPath>;
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
#include <App/PropertyGeo.h>
|
||||
#include <Gui/Selection.h>
|
||||
#include <Gui/ViewProviderGeometryObject.h>
|
||||
#include <Gui/ViewProviderPythonFeature.h>
|
||||
#include <Gui/ViewProviderFeaturePython.h>
|
||||
#include <Mod/Part/Gui/SoBrepEdgeSet.h>
|
||||
#include <Mod/CAM/PathGlobal.h>
|
||||
|
||||
@@ -117,7 +117,7 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
using ViewProviderPathPython = Gui::ViewProviderPythonFeatureT<ViewProviderPath>;
|
||||
using ViewProviderPathPython = Gui::ViewProviderFeaturePythonT<ViewProviderPath>;
|
||||
|
||||
} //namespace PathGui
|
||||
|
||||
|
||||
@@ -87,5 +87,5 @@ PROPERTY_SOURCE_TEMPLATE(PathGui::ViewProviderPathCompoundPython, PathGui::ViewP
|
||||
/// @endcond
|
||||
|
||||
// explicit template instantiation
|
||||
template class PathGuiExport ViewProviderPythonFeatureT<PathGui::ViewProviderPathCompound>;
|
||||
template class PathGuiExport ViewProviderFeaturePythonT<PathGui::ViewProviderPathCompound>;
|
||||
}
|
||||
|
||||
@@ -48,7 +48,7 @@ protected:
|
||||
|
||||
};
|
||||
|
||||
using ViewProviderPathCompoundPython = Gui::ViewProviderPythonFeatureT<ViewProviderPathCompound>;
|
||||
using ViewProviderPathCompoundPython = Gui::ViewProviderFeaturePythonT<ViewProviderPathCompound>;
|
||||
|
||||
} //namespace PathGui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user