* Assembly: Implementation of BOM * Assembly: BOM: make it possible for BOM to be made without an assembly.
47 lines
1.5 KiB
XML
47 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<GenerateModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="generateMetaModel_Module.xsd">
|
|
<PythonExport
|
|
Father="ViewProviderDocumentObjectPy"
|
|
Name="ViewProviderSpreadsheetPy"
|
|
Twin="ViewProviderSheet"
|
|
TwinPointer="ViewProviderSheet"
|
|
Include="Mod/Spreadsheet/Gui/ViewProviderSpreadsheet.h"
|
|
Namespace="SpreadsheetGui"
|
|
FatherInclude="Gui/ViewProviderDocumentObjectPy.h"
|
|
FatherNamespace="Gui"
|
|
Constructor="false"
|
|
Delete="false">
|
|
<Documentation>
|
|
<Author Licence="LGPL" Name="Jose Luis Cercos Pita" EMail="jlcercos@gmail.com" />
|
|
<UserDocu>ViewProviderSheet class</UserDocu>
|
|
</Documentation>
|
|
<Methode Name="getView">
|
|
<Documentation>
|
|
<UserDocu>Get access to the sheet view</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="showSheetMdi">
|
|
<Documentation>
|
|
<UserDocu>
|
|
Create (if necessary) and switch to the Spreadsheet MDI.
|
|
|
|
showSheetMdi()
|
|
|
|
Returns: None
|
|
</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
<Methode Name="exportAsFile">
|
|
<Documentation>
|
|
<UserDocu>
|
|
Export the sheet as a file.
|
|
|
|
exportAsFile()
|
|
|
|
Returns: None
|
|
</UserDocu>
|
|
</Documentation>
|
|
</Methode>
|
|
</PythonExport>
|
|
</GenerateModel>
|