C# 클래스 MPTagThat.TagEdit.LyricsSearch

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

공개 프로퍼티들

프로퍼티 타입 설명
m_DelegateLyricFound DelegateLyricFound
m_DelegateLyricNotFound DelegateLyricNotFound
m_DelegateStatusUpdate DelegateStatusUpdate
m_DelegateStringUpdate DelegateStringUpdate
m_DelegateThreadException DelegateThreadException
m_DelegateThreadFinished DelegateThreadFinished

공개 메소드들

메소드 설명
LyricsSearch ( object parent, string artist, string title, bool automaticUpdate ) : System

비공개 메소드들

메소드 설명
BeginSearchIfPossible ( string artist, string title ) : void
GetStrippedPrefixArtist ( string artist, string strippedPrefixStringArray ) : string
LocaliseScreen ( ) : void

Localise the Screen

ThreadExceptionMethod ( Object o ) : void
ThreadFinishedMethod ( string artist, string title, string message, string site ) : void
UpdateSong ( ) : void
btCancel_Click ( object sender, EventArgs e ) : void
btClose_Click ( object sender, EventArgs e ) : void
btFind_Click ( object sender, EventArgs e ) : void
btSwitchArtist_Click ( object sender, EventArgs e ) : void
btUpdate_Click ( object sender, EventArgs e ) : void
fetchLyric ( string artist, string title, bool automaticUpdate ) : void
lockGUI ( ) : void
lvSearchResults_DoubleClick ( object sender, EventArgs e ) : void
lvSearchResults_SelectedIndexChanged ( object sender, EventArgs e ) : void
lyricFoundMethod ( String lyricStrings, String artist, String title, String site, int row ) : void
lyricNotFoundMethod ( String artist, String title, String message, String site, int row ) : void
openGUI ( ) : void
stopSearch ( ) : void
updateStatusMethod ( Int32 noOfLyricsToSearch, Int32 noOfLyricsSearched, Int32 noOfLyricsFound, Int32 noOfLyricsNotFound ) : void
updateStringMethod ( String message, String site ) : void

메소드 상세

LyricsSearch() 공개 메소드

public LyricsSearch ( object parent, string artist, string title, bool automaticUpdate ) : System
parent object
artist string
title string
automaticUpdate bool
리턴 System

프로퍼티 상세

m_DelegateLyricFound 공개적으로 프로퍼티

public DelegateLyricFound m_DelegateLyricFound
리턴 DelegateLyricFound

m_DelegateLyricNotFound 공개적으로 프로퍼티

public DelegateLyricNotFound m_DelegateLyricNotFound
리턴 DelegateLyricNotFound

m_DelegateStatusUpdate 공개적으로 프로퍼티

public DelegateStatusUpdate m_DelegateStatusUpdate
리턴 DelegateStatusUpdate

m_DelegateStringUpdate 공개적으로 프로퍼티

public DelegateStringUpdate m_DelegateStringUpdate
리턴 DelegateStringUpdate

m_DelegateThreadException 공개적으로 프로퍼티

public DelegateThreadException m_DelegateThreadException
리턴 DelegateThreadException

m_DelegateThreadFinished 공개적으로 프로퍼티

public DelegateThreadFinished m_DelegateThreadFinished
리턴 DelegateThreadFinished