C# Класс MPTagThat.TagEdit.LyricsSearch

Наследование: MPTagThat.Core.ShapedForm, ILyricForm
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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