JobSave

Constructors

this
this(EvJobSave* evJobSave, bool ownedRef)

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

this
this(Document document, string uri, string documentUri)

Members

Functions

getJobSaveStruct
EvJobSave* getJobSaveStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Static functions

getType
GType getType()

Variables

evJobSave
EvJobSave* evJobSave;

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