C# 클래스 Subtle.Gui.MainForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: tvdburgt/subtle

Private Properties

프로퍼티 타입 설명
AppendSearchMethod void
CreateSearchQuery IEnumerable
DownloadButtonClick void
DownloadSubtitle Task
GetImdbDetails System.Threading.Tasks.Task
GetMatchMethodSortOrder int
HandleDragDrop void
HandleDragEnter void
HandleSubtitleSelectionChanged void
InitFileDialog void
InitSearchMethods void
InitSession System.Threading.Tasks.Task
InitializeComponent void
LoadFile void
OpenMenuItemClick void
SaveSubtitle void
SearchMethodCheckChanged void
SearchSubtitles System.Threading.Tasks.Task
SearchSubtitles Task
SetSearchMethodStates void
ToolStripDropDownClosing void
aboutMenuItem_Click void
exitToolStripMenuItem_Click void
langsMenuItem_Click void
searchButton_Click void

공개 메소드들

메소드 설명
MainForm ( OSDbClient osdbClient, IGitHubClient githubClient ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
AppendSearchMethod ( ToolStripDropDownItem menuItem, SearchMethod value, string text ) : void
CreateSearchQuery ( string filename ) : IEnumerable
DownloadButtonClick ( object sender, EventArgs e ) : void
DownloadSubtitle ( string subId ) : Task
GetImdbDetails ( string filename ) : System.Threading.Tasks.Task
GetMatchMethodSortOrder ( Subtitle sub ) : int
HandleDragDrop ( object sender, DragEventArgs e ) : void
HandleDragEnter ( object sender, DragEventArgs e ) : void
HandleSubtitleSelectionChanged ( object sender, EventArgs e ) : void
InitFileDialog ( ) : void
InitSearchMethods ( ) : void
InitSession ( ) : System.Threading.Tasks.Task
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LoadFile ( string filename ) : void
OpenMenuItemClick ( object sender, EventArgs e ) : void
SaveSubtitle ( string path, byte data ) : void
SearchMethodCheckChanged ( object sender, EventArgs eventArgs ) : void
SearchSubtitles ( string filename ) : System.Threading.Tasks.Task
SearchSubtitles ( Subtle.Model.Requests.SearchQuery query ) : Task
SetSearchMethodStates ( ) : void
ToolStripDropDownClosing ( object sender, System.Windows.Forms.ToolStripDropDownClosingEventArgs e ) : void
aboutMenuItem_Click ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
langsMenuItem_Click ( object sender, EventArgs e ) : void
searchButton_Click ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MainForm() 공개 메소드

public MainForm ( OSDbClient osdbClient, IGitHubClient githubClient ) : System
osdbClient Subtle.Model.OSDbClient
githubClient IGitHubClient
리턴 System

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void