Struct xpcom::interfaces::nsIContentViewerEdit [] [src]

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

interface nsIContentViewerEdit : nsISupports

Methods

impl nsIContentViewerEdit
[src]

[src]

Cast this nsIContentViewerEdit to one of its base interfaces.

impl nsIContentViewerEdit
[src]

COPY_IMAGE_TEXT: i64 = 1

COPY_IMAGE_HTML: i64 = 2

COPY_IMAGE_DATA: i64 = 4

COPY_IMAGE_ALL: i64 = -1

[src]

void clearSelection ();

[src]

void selectAll ();

[src]

void copySelection ();

[src]

readonly attribute boolean copyable;

[src]

void copyLinkLocation ();

readonly attribute boolean inLink;

[src]

void copyImage (in long aCopyFlags);

[src]

readonly attribute boolean inImage;

[src]

AString getContents (in string aMimeType, in boolean aSelectionOnly);

[src]

readonly attribute boolean canGetContents;

[src]

void setCommandNode (in nsIDOMNode aNode);

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

IID: nsIID = nsID(901655934, 62107, 18668, [191, 126, 128, 163, 10, 114, 77, 227])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIContentViewerEdit
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.