Struct xpcom::interfaces::nsIBoxObject [] [src]

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

interface nsIBoxObject : nsISupports

Methods

impl nsIBoxObject
[src]

[src]

Cast this nsIBoxObject to one of its base interfaces.

impl nsIBoxObject
[src]

[src]

readonly attribute nsIDOMElement element;

[src]

readonly attribute long x;

[src]

readonly attribute long y;

[src]

readonly attribute long screenX;

[src]

readonly attribute long screenY;

[src]

readonly attribute long width;

[src]

readonly attribute long height;

[src]

nsISupports getPropertyAsSupports (in wstring propertyName);

[src]

void setPropertyAsSupports (in wstring propertyName, in nsISupports value);

[src]

wstring getProperty (in wstring propertyName);

[src]

void setProperty (in wstring propertyName, in wstring propertyValue);

[src]

void removeProperty (in wstring propertyName);

[src]

readonly attribute nsIDOMElement parentBox;

[src]

readonly attribute nsIDOMElement firstChild;

[src]

readonly attribute nsIDOMElement lastChild;

[src]

readonly attribute nsIDOMElement nextSibling;

[src]

readonly attribute nsIDOMElement previousSibling;

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

IID: nsIID = nsID(3461817440, 45298, 18000, [169, 231, 197, 58, 153, 211, 182, 173])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIBoxObject
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.