Struct xpcom::interfaces::nsIControllerCommandGroup [] [src]

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

interface nsIControllerCommandGroup : nsISupports

Methods

impl nsIControllerCommandGroup
[src]

[src]

Cast this nsIControllerCommandGroup to one of its base interfaces.

impl nsIControllerCommandGroup
[src]

[src]

void addCommandToGroup (in string aCommand, in string aGroup);

[src]

void removeCommandFromGroup (in string aCommand, in string aGroup);

[src]

boolean isCommandInGroup (in string aCommand, in string aGroup);

[src]

nsISimpleEnumerator getGroupsEnumerator ();

[src]

nsISimpleEnumerator getEnumeratorForGroup (in string aGroup);

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

IID: nsIID = nsID(2676147204, 7291, 4565, [167, 60, 236, 164, 60, 168, 54, 252])

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

[src]

Increment the reference count.

[src]

Decrement the reference count, potentially freeing backing memory.

impl Deref for nsIControllerCommandGroup
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.