Spreadsheet: Remove unnecessary functions & files
Remove functions from they Python code for ViewProviderSpreadsheet that are now in SheetView, and eliminate the unneded files for SheetView now that it's being generated by hand to facilitate pseudo-inheritance.
This commit is contained in:
@@ -15,32 +15,6 @@
|
||||
<Author Licence="LGPL" Name="Jose Luis Cercos Pita" EMail="jlcercos@gmail.com" />
|
||||
<UserDocu>ViewProviderSheet class</UserDocu>
|
||||
</Documentation>
|
||||
<Methode Name="selectedRanges">
|
||||
<Documentation>
|
||||
<UserDocu>returns a list with the selected ranges of cells</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="selectedCells">
|
||||
<Documentation>
|
||||
<UserDocu>returns a list with the selected cells</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="select">
|
||||
<Documentation>
|
||||
<UserDocu>select(index, flags): Select the specified cell using the given QItemSelectionModel.SelectionFlag set
|
||||
select(topLeft, bottomRight, flags): Select the specified range using the given QItemSelectionModel.SelectionFlag set</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="currentIndex">
|
||||
<Documentation>
|
||||
<UserDocu>Get the current active cell</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="setCurrentIndex">
|
||||
<Documentation>
|
||||
<UserDocu>Set the current active cell</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="getView">
|
||||
<Documentation>
|
||||
<UserDocu>Get access to the sheet view</UserDocu>
|
||||
|
||||
Reference in New Issue
Block a user