JobFind

Constructors

this
this(EvJobFind* evJobFind, bool ownedRef)

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

this
this(Document document, int startPage, int nPages, string text, bool caseSensitive)

Members

Functions

addOnUpdated
gulong addOnUpdated(void delegate(int, JobFind) dlg, ConnectFlags connectFlags)
getJobFindStruct
EvJobFind* getJobFindStruct(bool transferOwnership)

Get the main Gtk struct

getNResults
int getNResults(int pages)
getOptions
EvFindOptions getOptions()
getProgress
double getProgress()
getResults
ListG getResults()
getStruct
void* getStruct()

the main Gtk struct as a void*

hasResults
bool hasResults()
setOptions
void setOptions(EvFindOptions options)

Static functions

getType
GType getType()

Variables

evJobFind
EvJobFind* evJobFind;

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