ViewPresentation

Constructors

this
this(EvViewPresentation* evViewPresentation, bool ownedRef)

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

this
this(Document document, uint currentPage, uint rotation, bool invertedColors)

Members

Functions

addOnChangePage
gulong addOnChangePage(void delegate(GtkScrollType, ViewPresentation) dlg, ConnectFlags connectFlags)
addOnExternalLink
gulong addOnExternalLink(void delegate(ObjectG, ViewPresentation) dlg, ConnectFlags connectFlags)
addOnFinished
gulong addOnFinished(void delegate(ViewPresentation) dlg, ConnectFlags connectFlags)
getCurrentPage
uint getCurrentPage()
getRotation
uint getRotation()
getStruct
void* getStruct()

the main Gtk struct as a void*

getViewPresentationStruct
EvViewPresentation* getViewPresentationStruct(bool transferOwnership)

Get the main Gtk struct

nextPage
void nextPage()
previousPage
void previousPage()
setRotation
void setRotation(int rotation)

Static functions

getType
GType getType()

Variables

evViewPresentation
EvViewPresentation* evViewPresentation;

the main Gtk struct

Meta