Struct xpcom::interfaces::inIDOMView [] [src]

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

interface inIDOMView : nsISupports

Methods

impl inIDOMView
[src]

[src]

Cast this inIDOMView to one of its base interfaces.

impl inIDOMView
[src]

[src]

attribute nsIDOMNode rootNode;

[src]

attribute nsIDOMNode rootNode;

[src]

attribute boolean showAnonymousContent;

[src]

attribute boolean showAnonymousContent;

[src]

attribute boolean showSubDocuments;

[src]

attribute boolean showSubDocuments;

[src]

attribute boolean showWhitespaceNodes;

[src]

attribute boolean showWhitespaceNodes;

[src]

attribute boolean showAccessibleNodes;

[src]

attribute boolean showAccessibleNodes;

[src]

attribute unsigned long whatToShow;

[src]

attribute unsigned long whatToShow;

[src]

nsIDOMNode getNodeFromRowIndex (in long rowIndex);

[src]

long getRowIndexFromNode (in nsIDOMNode node);

[src]

void rebuild ();

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

IID: nsIID = nsID(4223038530, 10147, 18492, [142, 178, 41, 195, 238, 215, 81, 76])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for inIDOMView
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.