Core: Rename ViewProviderPythonFeature to ViewProviderFeaturePython

Fixes #15888
This commit is contained in:
wmayer
2024-08-18 14:00:31 +02:00
committed by Yorik van Havre
parent ecf7e51ab3
commit 3e33f184b4
57 changed files with 217 additions and 217 deletions

View File

@@ -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>;
}

View File

@@ -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

View File

@@ -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>;
}

View File

@@ -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

View File

@@ -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>;
}

View File

@@ -48,7 +48,7 @@ protected:
};
using ViewProviderPathCompoundPython = Gui::ViewProviderPythonFeatureT<ViewProviderPathCompound>;
using ViewProviderPathCompoundPython = Gui::ViewProviderFeaturePythonT<ViewProviderPathCompound>;
} //namespace PathGui