EvinceDocument.MappingList¶
Fields¶
None
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class EvinceDocument.MappingList¶
- classmethod new(page, list, data_destroy_func)¶
- Parameters:
page (
int
) – page index for this mappinglist ([
EvinceDocument.Mapping
]) – aGLib.List
of data for the pagedata_destroy_func (
GLib.DestroyNotify
) – function to free a list element
- Returns:
- Return type:
- find(data)¶
- Parameters:
- Returns:
- Return type:
- find_custom(data, func)¶
- Parameters:
func (
GLib.CompareFunc
) – function to use for equality check
- Returns:
- Return type:
- get(x, y)¶
- Parameters:
- Returns:
the
EvinceDocument.Mapping
in 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 #Evmapping at position n in self
- Return type:
- ref()¶
- Return type:
- remove(mapping)¶
- Parameters:
mapping (
EvinceDocument.Mapping
) –EvinceDocument.Mapping
to remove
New in version 3.14.
- unref()¶