sbAlbumArtScanner.h File Reference

Songbird Album Art Scanner Definitions. More...

#include <sbIAlbumArtFetcherSet.h>
#include <sbIAlbumArtListener.h>
#include <sbIAlbumArtScanner.h>
#include <sbIAlbumArtService.h>
#include <sbIJobCancelable.h>
#include <sbIJobProgress.h>
#include <sbIJobProgressUI.h>
#include <sbILibrary.h>
#include <nsCOMArray.h>
#include <nsCOMPtr.h>
#include <nsIArray.h>
#include <nsIClassInfo.h>
#include <nsIMutableArray.h>
#include <nsIStringBundle.h>
#include <nsITimer.h>
#include <nsStringGlue.h>
#include <nsTArray.h>
Include dependency graph for sbAlbumArtScanner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbAlbumArtScanner
 

Macros

#define SB_ALBUMARTSCANNER_CLASSNAME   "sbAlbumArtScanner"
 
#define SB_ALBUMARTSCANNER_CONTRACTID   "@songbirdnest.com/Songbird/album-art/scanner;1"
 
#define SB_ALBUMARTSCANNER_CID
 
#define ALBUMART_SCANNER_INTERVAL   10
 
#define PREF_ALBUMART_SCANNER_BRANCH   "songbird.albumart.scanner."
 
#define PREF_ALBUMART_SCANNER_INTERVAL   "interval"
 

Detailed Description

Songbird Album Art Scanner Definitions.

Definition in file sbAlbumArtScanner.h.

Macro Definition Documentation

#define ALBUMART_SCANNER_INTERVAL   10

Definition at line 95 of file sbAlbumArtScanner.h.

#define PREF_ALBUMART_SCANNER_BRANCH   "songbird.albumart.scanner."

Definition at line 98 of file sbAlbumArtScanner.h.

#define PREF_ALBUMART_SCANNER_INTERVAL   "interval"

Definition at line 99 of file sbAlbumArtScanner.h.

#define SB_ALBUMARTSCANNER_CID
Value:
/* {06c6e812-ca0d-4632-8e2d-2b0a8c9b0675} */ \
{ \
0x06c6e812, \
0xca0d, \
0x4632, \
{ 0x8e, 0x2d, 0x2b, 0x0a, 0x8c, 0x9b, 0x06, 0x75 } \
}

Definition at line 85 of file sbAlbumArtScanner.h.

#define SB_ALBUMARTSCANNER_CLASSNAME   "sbAlbumArtScanner"

Definition at line 82 of file sbAlbumArtScanner.h.

#define SB_ALBUMARTSCANNER_CONTRACTID   "@songbirdnest.com/Songbird/album-art/scanner;1"

Definition at line 83 of file sbAlbumArtScanner.h.