EvinceDocument.Image

g EvinceDocument.Image EvinceDocument.Image GObject.Object GObject.Object GObject.Object->EvinceDocument.Image

Subclasses:

None

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (page, img_id)

class

new_from_pixbuf (pixbuf)

get_id ()

get_page ()

get_pixbuf ()

get_tmp_uri ()

save_tmp (pixbuf)

Virtual Methods

Inherited:

GObject.Object (7)

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

base_instance

GObject.Object

r

Class Details

class EvinceDocument.Image(**kwargs)
Bases:

GObject.Object

Abstract:

No

Structure:

EvinceDocument.ImageClass

classmethod new(page, img_id)
Parameters:
  • page (int) –

  • img_id (int) –

Return type:

EvinceDocument.Image

classmethod new_from_pixbuf(pixbuf)
Parameters:

pixbuf (GdkPixbuf.Pixbuf) –

Return type:

EvinceDocument.Image

get_id()
Return type:

int

get_page()
Return type:

int

get_pixbuf()
Returns:

a GdkPixbuf.Pixbuf

Return type:

GdkPixbuf.Pixbuf

get_tmp_uri()
Return type:

str

save_tmp(pixbuf)
Parameters:

pixbuf (GdkPixbuf.Pixbuf) –

Return type:

str