sbIHotkeyActions Interface Reference

Songbird Hotkey Actions Interface This is the interface used to register hotkey action objects. More...

import"sbIHotkeyActions.idl";

Inheritance diagram for sbIHotkeyActions:
[legend]
Collaboration diagram for sbIHotkeyActions:
[legend]

Public Member Functions

void registerHotkeyActionBundle (in sbIHotkeyActionBundle bundle)
 Register a hotkey action. This method registers an sbIHotkeyActionBundle into the hotkey manager. See sbIHotkeyActionBundle for more information. More...
 
void unregisterHotkeyActionBundle (in sbIHotkeyActionBundle bundle)
 Unregister a hotkey action. This method unregisters an sbIHotkeyActionBundle from the hotkey manager. See sbIHotkeyActionBundle for more information. More...
 
sbIHotkeyActionBundle enumBundle (in long idx)
 

Public Attributes

readonly attribute long bundleCount
 

Detailed Description

Songbird Hotkey Actions Interface This is the interface used to register hotkey action objects.

See Also
sbIHotkeyActionBundle

Definition at line 63 of file sbIHotkeyActions.idl.

Member Function Documentation

sbIHotkeyActionBundle sbIHotkeyActions::enumBundle ( in long  idx)
void sbIHotkeyActions::registerHotkeyActionBundle ( in sbIHotkeyActionBundle  bundle)

Register a hotkey action. This method registers an sbIHotkeyActionBundle into the hotkey manager. See sbIHotkeyActionBundle for more information.

See Also
sbIHotkeyActionObserver
void sbIHotkeyActions::unregisterHotkeyActionBundle ( in sbIHotkeyActionBundle  bundle)

Unregister a hotkey action. This method unregisters an sbIHotkeyActionBundle from the hotkey manager. See sbIHotkeyActionBundle for more information.

See Also
sbIHotkeyActionObserver

Member Data Documentation

readonly attribute long sbIHotkeyActions::bundleCount

Definition at line 77 of file sbIHotkeyActions.idl.


The documentation for this interface was generated from the following file: