C# Class MPTagThat.Dialogues.CoverSearch

Inheritance: MPTagThat.Core.ShapedForm, IAlbumInfo
Datei anzeigen Open project: MediaPortal/MPTagThat Class Usage Examples

Protected Properties

Property Type Description
lblAlbum MPTagThat.Core.WinControls.MPTLabel
lblArtist MPTagThat.Core.WinControls.MPTLabel

Public Methods

Method Description
CoverSearch ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddImageToList ( Album album ) : void
AlbumFoundMethod ( List albums, string siteName ) : void
DoSearchAlbum ( ) : void
FillResults ( List albums, string site ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LocaliseScreen ( ) : void

Localise the Screen

OnShown ( object sender, EventArgs e ) : void
SearchFinishedMethod ( ) : void
btCancelAll_Click ( object sender, EventArgs e ) : void

Cancel All Button has been clicked

btClose_Click ( object sender, EventArgs e ) : void

Cancel Button has been clicked

btSearch_Click ( object sender, EventArgs e ) : void

A Search is performed

btUpdate_Click ( object sender, EventArgs e ) : void

Update Button has been clicked

lvSearchResults_DoubleClick ( object sender, EventArgs e ) : void

User Double clicked on a Cover

Method Details

CoverSearch() public method

public CoverSearch ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

lblAlbum protected_oe property

protected MPTagThat.Core.WinControls.MPTLabel lblAlbum
return MPTagThat.Core.WinControls.MPTLabel

lblArtist protected_oe property

protected MPTagThat.Core.WinControls.MPTLabel lblArtist
return MPTagThat.Core.WinControls.MPTLabel