Class
PapersViewJobRenderTexture
Description
class PapersView.JobRenderTexture : PapersView.Job
{
page: gint,
rotation: gint,
scale: gdouble,
page_ready: gboolean,
target_width: gint,
target_height: gint,
texture: GdkTexture*,
include_selection: gboolean,
selection: GdkTexture*,
selection_region: cairo_region_t*,
selection_points: PpsRectangle,
selection_style: PpsSelectionStyle,
base: GdkRGBA,
text: GdkRGBA
}
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.
Properties
Properties inherited from PpsJob (1)
Signals
Signals inherited from PpsJob (2)
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.