Struct xpcom::interfaces::nsIFileView [] [src]

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

interface nsIFileView : nsISupports

Methods

impl nsIFileView
[src]

[src]

Cast this nsIFileView to one of its base interfaces.

impl nsIFileView
[src]

sortName: i64 = 0

sortSize: i64 = 1

sortDate: i64 = 2

[src]

attribute boolean showHiddenFiles;

[src]

attribute boolean showHiddenFiles;

[src]

attribute boolean showOnlyDirectories;

[src]

attribute boolean showOnlyDirectories;

[src]

readonly attribute short sortType;

[src]

readonly attribute boolean reverseSort;

[src]

void sort (in short sortType, in boolean reverseSort);

[src]

void setDirectory (in nsIFile directory);

[src]

void setFilter (in AString filterString);

[src]

readonly attribute nsIArray selectedFiles;

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

IID: nsIID = nsID(1622352082, 7634, 4530, [189, 115, 220, 53, 117, 247, 141, 221])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIFileView
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.