JobThumbnail

Constructors

this
this(EvJobThumbnail* evJobThumbnail, bool ownedRef)

Sets our main struct and passes it to the parent class.

this
this(Document document, int page, int rotation, double scale)
this
this(Document document, int page, int rotation, int targetWidth, int targetHeight)

Members

Functions

getJobThumbnailStruct
EvJobThumbnail* getJobThumbnailStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

setHasFrame
void setHasFrame(bool hasFrame)
setOutputFormat
void setOutputFormat(EvJobThumbnailFormat format)

Set the desired output format for the generated thumbnail

Static functions

getType
GType getType()

Variables

evJobThumbnail
EvJobThumbnail* evJobThumbnail;

the main Gtk struct

Inherited Members

From Job

evJob
EvJob* evJob;

the main Gtk struct

getJobStruct
EvJob* getJobStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
schedulerGetRunningThreadJob
Job schedulerGetRunningThreadJob()
cancel
void cancel()
failedFromError
void failedFromError(ErrorG error)
getRunMode
EvJobRunMode getRunMode()
isFailed
bool isFailed()
isFinished
bool isFinished()
run
bool run()
schedulerPushJob
void schedulerPushJob(EvJobPriority priority)
schedulerUpdateJob
void schedulerUpdateJob(EvJobPriority priority)
setRunMode
void setRunMode(EvJobRunMode runMode)
succeeded
void succeeded()
addOnCancelled
gulong addOnCancelled(void delegate(Job) dlg, ConnectFlags connectFlags)
addOnFinished
gulong addOnFinished(void delegate(Job) dlg, ConnectFlags connectFlags)

Meta