C# Class WpfMpdClient.ArtDownloader

Exibir arquivo Open project: sakya/wpfmpdclient Class Usage Examples

Public Methods

Method Description
Add ( ListboxEntry entry ) : void
Add ( ListboxEntry entry, int index ) : void
ArtDownloader ( ) : System
GetFromCache ( ListboxEntry entry ) : bool
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
Downloader ( object state ) : void
Worker ( object state ) : void

Method Details

Add() public method

public Add ( ListboxEntry entry ) : void
entry ListboxEntry
return void

Add() public method

public Add ( ListboxEntry entry, int index ) : void
entry ListboxEntry
index int
return void

ArtDownloader() public method

public ArtDownloader ( ) : System
return System

GetFromCache() public method

public GetFromCache ( ListboxEntry entry ) : bool
entry ListboxEntry
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void