Add Mod/TechDraw/App
This commit is contained in:
38
src/Mod/TechDraw/App/DrawPagePy.xml
Normal file
38
src/Mod/TechDraw/App/DrawPagePy.xml
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
||||
<PythonExport
|
||||
Father="DocumentObjectPy"
|
||||
Name="DrawPagePy"
|
||||
Twin="DrawPage"
|
||||
TwinPointer="DrawPage"
|
||||
Include="Mod/Drawing/App/DrawPage.h"
|
||||
Namespace="Drawing"
|
||||
FatherInclude="App/DocumentObjectPy.h"
|
||||
FatherNamespace="App">
|
||||
<Documentation>
|
||||
<Author Licence="LGPL" Name="WandererFan" EMail="wandererfan@gmail.com" />
|
||||
<UserDocu>Feature for creating and manipulating Drawing Pages</UserDocu>
|
||||
</Documentation>
|
||||
<Methode Name="addView">
|
||||
<Documentation>
|
||||
<UserDocu>addView(DrawView) - Add a View to this Page</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getPageWidth">
|
||||
<Documentation>
|
||||
<UserDocu>Return the width of this page</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getPageHeight">
|
||||
<Documentation>
|
||||
<UserDocu>Return the height of this page</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getPageOrientation">
|
||||
<Documentation>
|
||||
<UserDocu>Return the orientation of this page</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<CustomAttributes />
|
||||
</PythonExport>
|
||||
</GenerateModel>
|
||||
Reference in New Issue
Block a user