Class

PapersViewJobPageData

Description

class PapersView.JobPageData : PapersView.Job
{
  page: gint,
  flags: PpsJobPageDataFlags,
  link_mapping: PpsMappingList*,
  image_mapping: PpsMappingList*,
  form_field_mapping: PpsMappingList*,
  annot_mapping: PpsMappingList*,
  media_mapping: PpsMappingList*,
  text_mapping: cairo_region_t*,
  text: gchar*,
  text_layout: PpsRectangle*,
  text_layout_length: guint,
  text_attrs: PangoAttrList*,
  text_log_attrs: PangoLogAttr*,
  text_log_attrs_length: gulong
}

No description available.

Ancestors

Constructors

pps_job_page_data_new
No description available.

Instance methods

Methods inherited from PpsJob (12)
pps_job_cancel
No description available.

pps_job_failed
No description available.

pps_job_failed_from_error
No description available.

pps_job_get_cancellable
No description available.

pps_job_get_document
No description available.

pps_job_is_finished
No description available.

pps_job_is_succeeded
No description available.

pps_job_reset
No description available.

pps_job_run
No description available.

pps_job_scheduler_push_job
No description available.

pps_job_scheduler_update_job
No description available.

pps_job_succeeded
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from PpsJob (1)
PapersView.Job:document
No description available.

Signals

Signals inherited from PpsJob (2)
PpsJob::cancelled
No description available.

PpsJob::finished
No description available.

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PapersViewJobPageDataClass {
  PpsJobClass parent_class;
  
}

No description available.

Class members
parent_class: PpsJobClass

No description available.