Struct xpcom::interfaces::nsIPrinterEnumerator [] [src]

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

interface nsIPrinterEnumerator : nsISupports

Methods

impl nsIPrinterEnumerator
[src]

[src]

Cast this nsIPrinterEnumerator to one of its base interfaces.

impl nsIPrinterEnumerator
[src]

[src]

/**
   * The name of the system default printer. This name should also be
   * present in printerNameList below. This is not necessarily gecko's
   * default printer; see nsIPrintSettingsService.defaultPrinterName
   * for that.
   */

readonly attribute AString defaultPrinterName;

[src]

/**
   * Initializes certain settings from the native printer into the PrintSettings
   * These settings include, but are not limited to:
   *   Page Orientation
   *   Page Size
   *   Number of Copies
   */

void initPrintSettingsFromPrinter (in AString aPrinterName, in nsIPrintSettings aPrintSettings);

[src]

/**
   * The list of printer names
   */

readonly attribute nsIStringEnumerator printerNameList;

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

IID: nsIID = nsID(1584631807, 16460, 19604, [145, 137, 232, 242, 204, 233, 62, 148])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIPrinterEnumerator
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.