C# Class LyricsEngine.LyricsController

Inheritance: IDisposable
Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

Méthode Description
AddNewLyricSearch ( string artist, string title, string strippedArtistName ) : void
AddNewLyricSearch ( string artist, string title, string strippedArtistName, int row ) : void
Dispose ( ) : void
FinishThread ( String artist, String title, String message, String site ) : void
LyricsController ( ILyricForm mainForm, ManualResetEvent eventStopThread, string lyricSites, bool allowAllToComplete, bool automaticUpdate, string find, string replace ) : System
Run ( ) : void

Private Methods

Méthode Description
LyricFound ( String lyricStrings, String artist, String title, String site, int row ) : void
LyricNotFound ( String artist, String title, String message, String site, int row ) : void
StatusUpdate ( string artist, string title, string site, bool lyricFound ) : void
ThreadException ( String s ) : void
UpdateString ( String message, String site ) : void

Method Details

AddNewLyricSearch() public méthode

public AddNewLyricSearch ( string artist, string title, string strippedArtistName ) : void
artist string
title string
strippedArtistName string
Résultat void

AddNewLyricSearch() public méthode

public AddNewLyricSearch ( string artist, string title, string strippedArtistName, int row ) : void
artist string
title string
strippedArtistName string
row int
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FinishThread() public méthode

public FinishThread ( String artist, String title, String message, String site ) : void
artist String
title String
message String
site String
Résultat void

LyricsController() public méthode

public LyricsController ( ILyricForm mainForm, ManualResetEvent eventStopThread, string lyricSites, bool allowAllToComplete, bool automaticUpdate, string find, string replace ) : System
mainForm ILyricForm
eventStopThread System.Threading.ManualResetEvent
lyricSites string
allowAllToComplete bool
automaticUpdate bool
find string
replace string
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void