albumArtPane.js File Reference

Go to the source code of this file.

Functions

 if (typeof(Ci)=="undefined") var Ci
 
Cu import ("resource://app/jsmodules/ArrayConverter.jsm")
 
function onDisplayPaneMenuPopup (command, menupopup, doc)
 
window addEventListener ("DOMContentLoaded", AlbumArt.onLoad, false)
 

Variables

const DISPLAY_PANE_CONTENTURL = "chrome://albumart/content/albumArtPane.xul"
 
const DISPLAY_PANE_ICON = "chrome://albumart/skin/icon-albumart.png"
 
const DROP_TARGET_IMAGE = "chrome://songbird/skin/album-art/drop-target.png"
 
const STATE_SELECTED = 0
 
const STATE_PLAYING = 1
 
const PREF_STATE = "songbird.albumart.displaypane.view"
 
var AlbumArt
 

Function Documentation

window addEventListener ( "DOMContentLoaded"  ,
AlbumArt.  onLoad,
false   
)
if ( typeof(Ci = ="undefined")

Debug Wrapper. Subclasses and replaces DateRemote to keep track of how many dataremotes are alive, and for which keys.

Enable DEBUG_DATAREMOTES to track down leaks.

Definition at line 524 of file sbDataRemote.js.

Cu import ( "resource://app/jsmodules/ArrayConverter.jsm"  )
function onDisplayPaneMenuPopup (   command,
  menupopup,
  doc 
)

Definition at line 67 of file albumArtPane.js.

Here is the call graph for this function:

Variable Documentation

var AlbumArt

Definition at line 86 of file albumArtPane.js.

const DISPLAY_PANE_CONTENTURL = "chrome://albumart/content/albumArtPane.xul"

Definition at line 45 of file albumArtPane.js.

const DISPLAY_PANE_ICON = "chrome://albumart/skin/icon-albumart.png"

Definition at line 46 of file albumArtPane.js.

const DROP_TARGET_IMAGE = "chrome://songbird/skin/album-art/drop-target.png"

Definition at line 49 of file albumArtPane.js.

const PREF_STATE = "songbird.albumart.displaypane.view"

Definition at line 57 of file albumArtPane.js.

const STATE_PLAYING = 1

Definition at line 54 of file albumArtPane.js.

const STATE_SELECTED = 0

Definition at line 53 of file albumArtPane.js.