sbIHotkeyActionBundle Interface Reference

Songbird hotkey action bundle interface This interface describes a bundle of hotkey actions and provides a callback function that is triggered when one of the actions is triggered. More...

import"sbIHotkeyActions.idl";

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

Public Member Functions

AString enumActionLocaleDescription (in long idx)
 
AString enumActionID (in long idx)
 
void onAction (in long idx)
 

Public Attributes

readonly attribute long actionCount
 

Detailed Description

Songbird hotkey action bundle interface This interface describes a bundle of hotkey actions and provides a callback function that is triggered when one of the actions is triggered.

See Also
sbIHotkeyActions

Definition at line 47 of file sbIHotkeyActions.idl.

Member Function Documentation

AString sbIHotkeyActionBundle::enumActionID ( in long  idx)
AString sbIHotkeyActionBundle::enumActionLocaleDescription ( in long  idx)
void sbIHotkeyActionBundle::onAction ( in long  idx)

Member Data Documentation

readonly attribute long sbIHotkeyActionBundle::actionCount

Definition at line 49 of file sbIHotkeyActions.idl.


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