Property | Type | Description | |
---|---|---|---|
_delegateLyricFound | DelegateLyricFound | ||
_delegateLyricNotFound | DelegateLyricNotFound | ||
_delegateStringUpdate | DelegateStringUpdate | ||
_delegateThreadException | DelegateThreadException | ||
_delegateThreadFinished | DelegateThreadFinished |
Method | Description | |
---|---|---|
LyricsSearch ( List |
Method | Description | |
---|---|---|
CreateColumns ( ) : void |
Create the Columns of the Grid based on the users setting
|
|
GetStrippedPrefixArtist ( string artist, string strippedPrefixStringArray ) : string | ||
Localisation ( ) : void | ||
OnLoad ( object sender, |
||
SaveSettings ( ) : void |
Save the settings
|
|
StopThread ( ) : void | ||
SwitchArtist ( string artist ) : string |
Switches the Artist, if it is separated with a "colon"
|
|
TrimTitle ( string title ) : string |
Cleans the title before submitting for Lyrics search
|
|
bgWorkerLyrics_DoWork ( object sender, |
||
bgWorkerLyrics_ProgressChanged ( object sender, |
||
bgWorkerLyrics_RunWorkerCompleted ( object sender, |
||
btCancel_Click ( object sender, |
||
btUpdate_Click ( object sender, |
||
lyricFound ( String lyricStrings, String artist, String title, String site, int row ) : void | ||
lyricNotFound ( String artist, String title, String message, String site, int row ) : void | ||
threadException ( Object o ) : void | ||
threadFinished ( string artist, string title, string message, string site ) : void |
public DelegateLyricFound _delegateLyricFound | ||
return | DelegateLyricFound |
public DelegateLyricNotFound _delegateLyricNotFound | ||
return | DelegateLyricNotFound |
public DelegateStringUpdate _delegateStringUpdate | ||
return | DelegateStringUpdate |
public DelegateThreadException _delegateThreadException | ||
return | DelegateThreadException |