Songbird Album Art Scanner Source. More...
#include "sbAlbumArtScanner.h"
#include "sbAlbumArtCommon.h"
#include <nsArrayUtils.h>
#include <nsComponentManagerUtils.h>
#include <nsIClassInfoImpl.h>
#include <nsIURI.h>
#include <nsIProgrammingLanguage.h>
#include <nsMemory.h>
#include <nsServiceManagerUtils.h>
#include <nsStringGlue.h>
#include <nsThreadUtils.h>
#include <sbICascadeFilterSet.h>
#include <sbIFilterableMediaListView.h>
#include <sbILibraryManager.h>
#include <sbILibraryConstraints.h>
#include <sbIMediaList.h>
#include <sbIMediaListView.h>
#include <sbIPropertyArray.h>
#include <sbISortableMediaListView.h>
#include <sbPrefBranch.h>
#include <sbPropertiesCID.h>
#include <sbStandardProperties.h>
#include <sbStringUtils.h>
#include <sbTArrayStringEnumerator.h>
#include "prlog.h"
Go to the source code of this file.
Macros | |
#define | TRACE(args) /* nothing */ |
#define | LOG(args) /* nothing */ |
#define | kNotFound -1 |
Variables | |
sbIAlbumArtScanner | |
sbIJobProgress | |
sbIJobProgressUI | |
sbIJobCancelable | |
nsITimerCallback | |
Songbird Album Art Scanner Source.
Definition in file sbAlbumArtScanner.cpp.
#define kNotFound -1 |
Definition at line 83 of file sbAlbumArtScanner.cpp.
#define LOG | ( | args | ) | /* nothing */ |
Definition at line 79 of file sbAlbumArtScanner.cpp.
#define TRACE | ( | args | ) | /* nothing */ |
To log this module, set the following environment variable: NSPR_LOG_MODULES=sbAlbumArtScanner:5 Use the following to output to a file: NSPR_LOG_FILE=path/to/file.log
Definition at line 78 of file sbAlbumArtScanner.cpp.
NS_IMPL_QUERY_INTERFACE7_CI | ( | sbAlbumArtScanner | , |
sbIAlbumArtScanner | , | ||
nsIClassInfo | , | ||
sbIJobProgress | , | ||
sbIJobProgressUI | , | ||
sbIJobCancelable | , | ||
nsITimerCallback | , | ||
sbIAlbumArtListener | |||
) |
nsITimerCallback |
Definition at line 102 of file sbAlbumArtScanner.cpp.
Definition at line 102 of file sbAlbumArtScanner.cpp.
Definition at line 102 of file sbAlbumArtScanner.cpp.
Definition at line 102 of file sbAlbumArtScanner.cpp.
Definition at line 102 of file sbAlbumArtScanner.cpp.