DOMUIEvent

Constructors

this
this(WebKitDOMUIEvent* webKitDOMUIEvent, bool ownedRef)

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

Members

Functions

getCharCode
glong getCharCode()
getDOMUIEventStruct
WebKitDOMUIEvent* getDOMUIEventStruct(bool transferOwnership)

Get the main Gtk struct

getDetail
glong getDetail()
getKeyCode
glong getKeyCode()
getLayerX
glong getLayerX()
getLayerY
glong getLayerY()
getPageX
glong getPageX()
getPageY
glong getPageY()
getStruct
void* getStruct()

the main Gtk struct as a void*

getView
DOMDOMWindow getView()
initUiEvent
void initUiEvent(string type, bool canBubble, bool cancelable, DOMDOMWindow view, glong detail)

Static functions

getType
GType getType()

Variables

webKitDOMUIEvent
WebKitDOMUIEvent* webKitDOMUIEvent;

the main Gtk struct

Inherited Members

From DOMEvent

webKitDOMEvent
WebKitDOMEvent* webKitDOMEvent;

the main Gtk struct

getDOMEventStruct
WebKitDOMEvent* getDOMEventStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()
getBubbles
bool getBubbles()
getCancelBubble
bool getCancelBubble()
getCancelable
bool getCancelable()
getCurrentTarget
DOMEventTargetIF getCurrentTarget()
getEventPhase
ushort getEventPhase()
getEventType
string getEventType()
getReturnValue
bool getReturnValue()
getSrcElement
DOMEventTargetIF getSrcElement()
getTarget
DOMEventTargetIF getTarget()
getTimeStamp
uint getTimeStamp()
initEvent
void initEvent(string eventTypeArg, bool canBubbleArg, bool cancelableArg)
preventDefault
void preventDefault()
setCancelBubble
void setCancelBubble(bool value)
setReturnValue
void setReturnValue(bool value)
stopPropagation
void stopPropagation()

Meta