C# 클래스 MPTagThat.GridView.LyricsSearch

상속: MPTagThat.Core.ShapedForm, ILyricForm
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_delegateLyricFound DelegateLyricFound
_delegateLyricNotFound DelegateLyricNotFound
_delegateStringUpdate DelegateStringUpdate
_delegateThreadException DelegateThreadException
_delegateThreadFinished DelegateThreadFinished

공개 메소드들

메소드 설명
LyricsSearch ( List tracks ) : System

비공개 메소드들

메소드 설명
CreateColumns ( ) : void

Create the Columns of the Grid based on the users setting

GetStrippedPrefixArtist ( string artist, string strippedPrefixStringArray ) : string
Localisation ( ) : void
OnLoad ( object sender, EventArgs e ) : void
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, DoWorkEventArgs e ) : void
bgWorkerLyrics_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
bgWorkerLyrics_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
btCancel_Click ( object sender, EventArgs e ) : void
btUpdate_Click ( object sender, EventArgs e ) : void
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

메소드 상세

LyricsSearch() 공개 메소드

public LyricsSearch ( List tracks ) : System
tracks List
리턴 System

프로퍼티 상세

_delegateLyricFound 공개적으로 프로퍼티

public DelegateLyricFound _delegateLyricFound
리턴 DelegateLyricFound

_delegateLyricNotFound 공개적으로 프로퍼티

public DelegateLyricNotFound _delegateLyricNotFound
리턴 DelegateLyricNotFound

_delegateStringUpdate 공개적으로 프로퍼티

public DelegateStringUpdate _delegateStringUpdate
리턴 DelegateStringUpdate

_delegateThreadException 공개적으로 프로퍼티

public DelegateThreadException _delegateThreadException
리턴 DelegateThreadException

_delegateThreadFinished 공개적으로 프로퍼티

public DelegateThreadFinished _delegateThreadFinished
리턴 DelegateThreadFinished