C# Class Banshee.Gui.Widgets.CoverArtBrush

Inheritance: Hyena.Gui.Canvas.ImageBrush
Datei anzeigen Open project: abock/cubano Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
CoverArtBrush ( ) : System
Load ( Banshee.Collection.TrackInfo track, int artworkSize ) : bool
ShouldUpdate ( Banshee.Collection.TrackInfo track, int artworkSize ) : bool

Private Methods

Method Description
DestroyCurrentSurface ( ) : void
LoadImage ( ) : void
LoadMissingImages ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

CoverArtBrush() public method

public CoverArtBrush ( ) : System
return System

Load() public method

public Load ( Banshee.Collection.TrackInfo track, int artworkSize ) : bool
track Banshee.Collection.TrackInfo
artworkSize int
return bool

ShouldUpdate() public method

public ShouldUpdate ( Banshee.Collection.TrackInfo track, int artworkSize ) : bool
track Banshee.Collection.TrackInfo
artworkSize int
return bool