Songbird Hotkey Actions Interface This is the interface used to register hotkey action objects. More...
import"sbIHotkeyActions.idl";
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 |
Songbird Hotkey Actions Interface This is the interface used to register hotkey action objects.
Definition at line 63 of file sbIHotkeyActions.idl.
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.
void sbIHotkeyActions::unregisterHotkeyActionBundle | ( | in sbIHotkeyActionBundle | bundle | ) |
Unregister a hotkey action. This method unregisters an sbIHotkeyActionBundle from the hotkey manager. See sbIHotkeyActionBundle for more information.
readonly attribute long sbIHotkeyActions::bundleCount |
Definition at line 77 of file sbIHotkeyActions.idl.