DOMEvent

Constructors

this
this(WebKitDOMEvent* webKitDOMEvent, bool ownedRef)

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

Members

Functions

getBubbles
bool getBubbles()
getCancelBubble
bool getCancelBubble()
getCancelable
bool getCancelable()
getCurrentTarget
DOMEventTargetIF getCurrentTarget()
getDOMEventStruct
WebKitDOMEvent* getDOMEventStruct(bool transferOwnership)

Get the main Gtk struct

getEventPhase
ushort getEventPhase()
getEventType
string getEventType()
getReturnValue
bool getReturnValue()
getSrcElement
DOMEventTargetIF getSrcElement()
getStruct
void* getStruct()

the main Gtk struct as a void*

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()

Static functions

getType
GType getType()

Variables

webKitDOMEvent
WebKitDOMEvent* webKitDOMEvent;

the main Gtk struct

Inherited Members

From DOMObject

webKitDOMObject
WebKitDOMObject* webKitDOMObject;

the main Gtk struct

getDOMObjectStruct
WebKitDOMObject* getDOMObjectStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

getType
GType getType()

Meta