PrintOperation

Constructors

this
this(EvPrintOperation* evPrintOperation, bool ownedRef)

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

this
this(Document document)

Members

Functions

addOnBeginPrint
gulong addOnBeginPrint(void delegate(PrintOperation) dlg, ConnectFlags connectFlags)
addOnDone
gulong addOnDone(void delegate(GtkPrintOperationResult, PrintOperation) dlg, ConnectFlags connectFlags)
addOnStatusChanged
gulong addOnStatusChanged(void delegate(PrintOperation) dlg, ConnectFlags connectFlags)
cancel
void cancel()
getDefaultPageSetup
PageSetup getDefaultPageSetup()
getEmbedPageSetup
bool getEmbedPageSetup()
getError
void getError()
getJobName
string getJobName()
getPrintOperationStruct
EvPrintOperation* getPrintOperationStruct(bool transferOwnership)

Get the main Gtk struct

getPrintSettings
PrintSettings getPrintSettings()
getProgress
double getProgress()
getStatus
string getStatus()
getStruct
void* getStruct()

the main Gtk struct as a void*

run
void run(Window parent)
setCurrentPage
void setCurrentPage(int currentPage)
setDefaultPageSetup
void setDefaultPageSetup(PageSetup pageSetup)
setEmbedPageSetup
void setEmbedPageSetup(bool embed)
setJobName
void setJobName(string jobName)
setPrintSettings
void setPrintSettings(PrintSettings printSettings)

Static functions

existsForDocument
bool existsForDocument(Document document)
getType
GType getType()

Variables

evPrintOperation
EvPrintOperation* evPrintOperation;

the main Gtk struct

Meta