[Spreadsheet] Expose SpreadsheetView::getSheet to Python

This commit is contained in:
0penBrain
2020-07-31 18:42:18 +02:00
parent 85f37a1dbc
commit 6e7136284f
4 changed files with 69 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
<PythonExport
Father="PyObjectBase"
Name="SpreadsheetViewPy"
Twin="SheetView"
TwinPointer="SheetView"
Include="Mod/Spreadsheet/Gui/SpreadsheetView.h"
Namespace="SpreadsheetGui"
FatherInclude="Base/PyObjectBase.h"
FatherNamespace="Base">
<Documentation>
<Author Licence="LGPL" Name="openBrain" EMail="" />
<UserDocu>SpreadsheetView object</UserDocu>
</Documentation>
<Methode Name="getSheet">
<Documentation>
<UserDocu>returns the sheet being displayed</UserDocu>
</Documentation>
</Methode>
<CustomAttributes />
</PythonExport>
</GenerateModel>