PapersDocument.MappingList¶
Fields¶
None
Methods¶
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class PapersDocument.MappingList¶
 - classmethod new(page, list, data_destroy_func)¶
 - Parameters:
 page (
int) – page index for this mappinglist ([
PapersDocument.Mapping]) – aGLib.Listof data for the pagedata_destroy_func (
GLib.DestroyNotify) – function to free a list element
- Returns:
 - Return type:
 
- find(data)¶
 - Parameters:
 - Returns:
 - Return type:
 
- get(x, y)¶
 - Parameters:
 - Returns:
 the
PapersDocument.Mappingin the list at coordinates (x, y)- Return type:
 
New in version 3.12.
- get_data(x, y)¶
 
- get_list()¶
 - Returns:
 the data for this mapping list
- Return type:
 
- nth(n)¶
 - Parameters:
 n (
int) – the position to retrieve- Returns:
 the #Ppsmapping at position n in self
- Return type:
 
- ref()¶
 - Return type:
 
- remove(mapping)¶
 - Parameters:
 mapping (
PapersDocument.Mapping) –PapersDocument.Mappingto remove
New in version 3.14.
- unref()¶