Struct xpcom::interfaces::nsIDOMUIEvent [] [src]

#[repr(C)]
pub struct nsIDOMUIEvent { /* fields omitted */ }

interface nsIDOMUIEvent : nsISupports

Methods

impl nsIDOMUIEvent
[src]

[src]

Cast this nsIDOMUIEvent to one of its base interfaces.

impl nsIDOMUIEvent
[src]

SCROLL_PAGE_UP: i64 = -32768

SCROLL_PAGE_DOWN: i64 = 32768

[src]

readonly attribute mozIDOMWindowProxy view;

[src]

readonly attribute long detail;

[src]

void initUIEvent (in DOMString typeArg, in boolean canBubbleArg, in boolean cancelableArg, in mozIDOMWindow viewArg, in long detailArg);

[src]

readonly attribute long layerX;

[src]

readonly attribute long layerY;

[src]

readonly attribute long pageX;

[src]

readonly attribute long pageY;

[src]

readonly attribute unsigned long which;

[src]

readonly attribute nsIDOMNode rangeParent;

[src]

readonly attribute long rangeOffset;

Methods from Deref<Target = nsISupports>

[src]

Cast this nsISupports to one of its base interfaces.

[src]

void QueryInterface (in nsIIDRef uuid, [iid_is (uuid), retval] out nsQIResult result);

[src]

[noscript,notxpcom] nsrefcnt AddRef ();

[src]

[noscript,notxpcom] nsrefcnt Release ();

Trait Implementations

impl XpCom for nsIDOMUIEvent
[src]

IID: nsIID = nsID(2242794219, 14330, 20441, [162, 230, 199, 208, 242, 165, 33, 179])

[src]

Perform a QueryInterface call on this object, attempting to dynamically cast it to the requested interface type. Returns Some(RefPtr) if the cast succeeded, and None otherwise. Read more

impl RefCounted for nsIDOMUIEvent
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIDOMUIEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.