Songbird PlaylistCommandsHelper Component Implementation. More...
#include "sbPlaylistCommandsHelper.h"#include "nsCOMPtr.h"#include "nsComponentManagerUtils.h"#include "nsServiceManagerUtils.h"#include <nsICategoryManager.h>#include "nsEnumeratorUtils.h"#include "nsArrayEnumerator.h"#include <nsStringGlue.h>#include <sbStringUtils.h>#include "PlaylistCommandsManager.h"#include <sbDebugUtils.h>Go to the source code of this file.
Classes | |
| class | sbPlaylistCommandsHidden |
Macros | |
| #define | SB_MENU_HOST "menu" |
| #define | SB_TOOLBAR_HOST "toolbar" |
Functions | |
| sbPlaylistCommandsVisibility (const char *aVisibleHost) | |
| virtual | ~sbPlaylistCommandsVisibility () |
| NS_IMPL_THREADSAFE_ISUPPORTS1 (sbPlaylistCommandsVisibility, sbIPlaylistCommandsBuilderPCCallback) | |
| NS_IMPL_THREADSAFE_ISUPPORTS1 (sbPlaylistCommandsHidden, sbIPlaylistCommandsBuilderPCCallback) | |
Variables | |
| NS_DECL_ISUPPORTS | |
| NS_DECL_SBIPLAYLISTCOMMANDSBUILDERPCCALLBACK | |
Songbird PlaylistCommandsHelper Component Implementation.
Definition in file sbPlaylistCommandsHelper.cpp.
| #define SB_MENU_HOST "menu" |
Definition at line 46 of file sbPlaylistCommandsHelper.cpp.
| #define SB_TOOLBAR_HOST "toolbar" |
Definition at line 47 of file sbPlaylistCommandsHelper.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbPlaylistCommandsVisibility | , |
| sbIPlaylistCommandsBuilderPCCallback | |||
| ) |
| NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbPlaylistCommandsHidden | , |
| sbIPlaylistCommandsBuilderPCCallback | |||
| ) |
| sbPlaylistCommandsVisibility::sbPlaylistCommandsVisibility | ( | const char * | aVisibleHost | ) |
Definition at line 69 of file sbPlaylistCommandsHelper.cpp.
|
virtual |
Definition at line 74 of file sbPlaylistCommandsHelper.cpp.
| NS_DECL_ISUPPORTS |
Definition at line 49 of file sbPlaylistCommandsHelper.cpp.
| NS_DECL_SBIPLAYLISTCOMMANDSBUILDERPCCALLBACK |
Definition at line 63 of file sbPlaylistCommandsHelper.cpp.