Struct xpcom::interfaces::nsIAccessiblePivotObserver [] [src]

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

interface nsIAccessiblePivotObserver : nsISupports

Methods

impl nsIAccessiblePivotObserver
[src]

[src]

Cast this nsIAccessiblePivotObserver to one of its base interfaces.

impl nsIAccessiblePivotObserver
[src]

[src]

/**
 * An observer interface for pivot changes.
 */
/**
   * Called when the pivot changes.
   *
   * @param aPivot           [in] the pivot that has changed.
   * @param aOldAccessible   [in] the old pivot position before the change,
   *                           or null.
   * @param aOldStart        [in] the old start offset, or -1.
   * @param aOldEnd          [in] the old end offset, or -1.
   * @param aReason          [in] the reason for the pivot change.
   * @param aIsFromUserInput [in] the pivot changed because of direct user input
   *                           (default is true).
   */

void onPivotChanged (in nsIAccessiblePivot aPivot, in nsIAccessible aOldAccessible, in long aOldStart, in long aOldEnd, in PivotMoveReason aReason, in boolean aIsFromUserInput);

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

IID: nsIID = nsID(1611064578, 14433, 18877, [171, 161, 250, 109, 46, 116, 226, 55])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAccessiblePivotObserver
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.