#include <sbPlaylistCommandsHelper.h>
|
| sbPlaylistCommandsHelper () |
|
Public Member Functions inherited from sbIPlaylistCommandsHelper |
sbIPlaylistCommandsBuilder | createCommandObjectForAction (in AString aCommandId, in AString aLabel, in AString aTooltipText, in sbIPlaylistCommandsBuilderSimpleCallback aCallback) |
| A method to create a command object for a specified action. The command object and action added to that command object will share the param id. More...
|
|
void | addCommandObjectForType (in unsigned short aTargetFlags, in AString aMediaListType, in sbIPlaylistCommands aCommandObject) |
| Add a command object to medialists of the specified type. Generally commands added to type are defaults that appear for all medialists of the specified type unless commands are specified to a medialist by its guid. In that case those registered to its guid are displayed and those registered to its type are not. More...
|
|
void | addCommandObjectForGUID (in unsigned short aTargetFlags, in AString aMediaListGUID, in sbIPlaylistCommands aCommandObject) |
| Add a command object to the medialist of the specified guid. Generally, if a medialist has commands registered to it by guid, those will be displayed and those registered to the medialist by type are not. More...
|
|
void | removeCommandObjectForType (in unsigned short aTargetFlags, in AString aMediaListType, in sbIPlaylistCommands aCommandObject) |
| Remove a command object from medialists of the specified type. More...
|
|
void | removeCommandObjectForGUID (in unsigned short aTargetFlags, in AString aMediaListGUID, in sbIPlaylistCommands aCommandObject) |
| Remove a command object from the medialist of the specified guid. More...
|
|
sbIPlaylistCommands | getCommandObjectForType (in unsigned short aTargetFlag, in AString aMediaListType, in AString aCommandId) |
| Retrieve a specific command object registered for medialists of the param type. More...
|
|
sbIPlaylistCommands | getCommandObjectForGUID (in unsigned short aTargetFlag, in AString aMediaListGUID, in AString aCommandId) |
| Retrieve a specific command object registered for the medialist with the param guid. More...
|
|
|
static NS_METHOD | RegisterSelf (nsIComponentManager *aCompMgr, nsIFile *aPath, const char *aLoaderStr, const char *aType, const nsModuleComponentInfo *aInfo) |
|
Definition at line 50 of file sbPlaylistCommandsHelper.h.
sbPlaylistCommandsHelper::sbPlaylistCommandsHelper |
( |
| ) |
|
static NS_METHOD sbPlaylistCommandsHelper::RegisterSelf |
( |
nsIComponentManager * |
aCompMgr, |
|
|
nsIFile * |
aPath, |
|
|
const char * |
aLoaderStr, |
|
|
const char * |
aType, |
|
|
const nsModuleComponentInfo * |
aInfo |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: