#include "sbPropertyManager.h"#include "sbPropertiesCID.h"#include <nsICategoryManager.h>#include <nsIGenericFactory.h>#include <nsIObserverService.h>#include <nsIStringBundle.h>#include <nsAutoLock.h>#include <nsAutoPtr.h>#include <nsComponentManagerUtils.h>#include <nsMemory.h>#include <nsServiceManagerUtils.h>#include "sbBooleanPropertyInfo.h"#include "sbDatetimePropertyInfo.h"#include "sbDurationPropertyInfo.h"#include "sbNumberPropertyInfo.h"#include "sbStandardProperties.h"#include "sbDummyProperties.h"#include "sbTrackTypeImageLabelPropertyInfo.h"#include "sbTextPropertyInfo.h"#include "sbURIPropertyInfo.h"#include "sbImagePropertyInfo.h"#include "sbDummyPlaylistPropertyInfo.h"#include "sbDummyContentTypePropertyInfo.h"#include "sbDownloadButtonPropertyBuilder.h"#include "sbStatusPropertyBuilder.h"#include "sbSimpleButtonPropertyBuilder.h"#include "sbRatingPropertyBuilder.h"#include "sbOriginPageImagePropertyBuilder.h"#include "sbImageLinkPropertyInfo.h"#include "sbDurationPropertyUnitConverter.h"#include "sbStoragePropertyUnitConverter.h"#include "sbFrequencyPropertyUnitConverter.h"#include "sbBitratePropertyUnitConverter.h"#include <sbLockUtils.h>#include <sbTArrayStringEnumerator.h>#include <sbIPropertyBuilder.h>#include <prlog.h>Go to the source code of this file.
Macros | |
| #define | LOG(args) PR_LOG(gPropManLog, PR_LOG_WARN, args) |
| #define | SB_STRING_BUNDLE_CHROME_URL "chrome://songbird/locale/songbird.properties" |
Functions | |
| NS_IMPL_THREADSAFE_ISUPPORTS1 (sbPropertyManager, sbIPropertyManager) sbPropertyManager | |
Variables | |
| struct { | |
| const char * propName | |
| const char * types | |
| } | sFilterListPickerProperties [] |
Definition at line 78 of file sbPropertyManager.cpp.
| #define SB_STRING_BUNDLE_CHROME_URL "chrome://songbird/locale/songbird.properties" |
Definition at line 85 of file sbPropertyManager.cpp.
| NS_IMPL_THREADSAFE_ISUPPORTS1 | ( | sbPropertyManager | , |
| sbIPropertyManager | |||
| ) |
Definition at line 106 of file sbPropertyManager.cpp.
| const char* propName |
Definition at line 90 of file sbPropertyManager.cpp.
| const { ... } sFilterListPickerProperties[] |
| const char* types |
Definition at line 91 of file sbPropertyManager.cpp.