move addDisplayMode from ViewProviderPythonFeaturePy to ViewProviderPy

This commit is contained in:
wmayer
2016-11-08 16:41:36 +01:00
parent ff2a361928
commit 5c19fe2e74
4 changed files with 33 additions and 34 deletions

View File

@@ -28,7 +28,12 @@
<UserDocu>Check if the object is visible</UserDocu>
</Documentation>
</Methode>
<Methode Name="listDisplayModes">
<Methode Name="addDisplayMode">
<Documentation>
<UserDocu>Add a new display mode to the view provider</UserDocu>
</Documentation>
</Methode>
<Methode Name="listDisplayModes">
<Documentation>
<UserDocu>Show a list of all display modes</UserDocu>
</Documentation>
@@ -83,4 +88,4 @@
<Parameter Name="IV" Type="String" />
</Attribute>
</PythonExport>
</GenerateModel>
</GenerateModel>