Struct xpcom::interfaces::nsIAccessibleHideEvent [] [src]

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

interface nsIAccessibleHideEvent : nsIAccessibleEvent

/**
 * Fired when a accessible and its subtree are removed from the tree.
 */

Methods

impl nsIAccessibleHideEvent
[src]

[src]

Cast this nsIAccessibleHideEvent to one of its base interfaces.

impl nsIAccessibleHideEvent
[src]

[src]

/**
   * Return an accessible that was a parent of the target.
   */

readonly attribute nsIAccessible targetParent;

[src]

/**
   * Return an accessible that was a next sibling of the target
   */

readonly attribute nsIAccessible targetNextSibling;

[src]

/**
   * Return an accessible that was a parent of the target
   */

readonly attribute nsIAccessible targetPrevSibling;

Methods from Deref<Target = nsIAccessibleEvent>

[src]

Cast this nsIAccessibleEvent to one of its base interfaces.

[src]

/**
   * The type of event, based on the enumerated event values
   * defined in this interface.
   */

readonly attribute unsigned long eventType;

[src]

/**
   * The nsIAccessible associated with the event.
   * May return null if no accessible is available
   */

readonly attribute nsIAccessible accessible;

[src]

/**
   * The nsIAccessibleDocument that the event target nsIAccessible
   * resides in. This can be used to get the DOM window,
   * the DOM document and the window handler, among other things.
   */

readonly attribute nsIAccessibleDocument accessibleDocument;

[src]

/**
   * The nsIDOMNode associated with the event
   * May return null if accessible for event has been shut down
   */

readonly attribute nsIDOMNode DOMNode;

[src]

/**
   * Returns true if the event was caused by explicit user input,
   * as opposed to purely originating from a timer or mouse movement
   */

readonly attribute boolean isFromUserInput;

Trait Implementations

impl XpCom for nsIAccessibleHideEvent
[src]

IID: nsIID = nsID(542208154, 19981, 19429, [135, 61, 180, 157, 29, 238, 53, 250])

[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 nsIAccessibleHideEvent
[src]

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAccessibleHideEvent
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.