Struct xpcom::interfaces::nsITreeColumn [] [src]

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

interface nsITreeColumn : nsISupports

Methods

impl nsITreeColumn
[src]

[src]

Cast this nsITreeColumn to one of its base interfaces.

impl nsITreeColumn
[src]

TYPE_TEXT: i64 = 1

TYPE_CHECKBOX: i64 = 2

TYPE_PROGRESSMETER: i64 = 3

TYPE_PASSWORD: i64 = 4

[src]

readonly attribute nsIDOMElement element;

[src]

readonly attribute nsITreeColumns columns;

[src]

readonly attribute long x;

[src]

readonly attribute long width;

[src]

readonly attribute AString id;

[src]

[noscript] void getIdConst ([shared] out wstring idConst);

[src]

readonly attribute long index;

[src]

readonly attribute boolean primary;

[src]

readonly attribute boolean cycler;

[src]

readonly attribute boolean editable;

[src]

readonly attribute boolean selectable;

[src]

readonly attribute short type;

[src]

nsITreeColumn getNext ();

[src]

nsITreeColumn getPrevious ();

[src]

void invalidate ();

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

IID: nsIID = nsID(2927845071, 27442, 18016, [155, 67, 138, 39, 13, 245, 110, 2])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsITreeColumn
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.