Struct xpcom::interfaces::nsIAccessibleApplication [] [src]

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

interface nsIAccessibleApplication : nsISupports

/**
 * This interface is implemented by top level accessible object in hierarchy and
 * provides information about application.
 */

Methods

impl nsIAccessibleApplication
[src]

[src]

Cast this nsIAccessibleApplication to one of its base interfaces.

impl nsIAccessibleApplication
[src]

[src]

/**
   * Returns the application name.
   */

readonly attribute DOMString appName;

[src]

/**
   * Returns the application version.
   */

readonly attribute DOMString appVersion;

[src]

/**
   * Returns the platform name.
   */

readonly attribute DOMString platformName;

[src]

/**
   * Returns the platform version.
   */

readonly attribute DOMString platformVersion;

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

IID: nsIID = nsID(2032473638, 14460, 17713, [137, 243, 104, 13, 49, 214, 207, 5])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIAccessibleApplication
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.