C# Class BatchGuy.App.BluRayTitleInfoExternalSubtitleForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: yaboy58/BatchGuy Class Usage Examples

Méthodes publiques

Méthode Description
BluRayTitleInfoExternalSubtitleForm ( ) : System
SetBluRayTitleInfoExternalSubtitleForAdd ( BluRaySummaryInfo bluRaySummaryInfo ) : void
SetBluRayTitleInfoExternalSubtitleForEdit ( BluRayTitleSubtitle subtitle ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddExternalSubtitle ( ) : void
BluRayTitleInfoExternalSubtitleForm_Load ( object sender, EventArgs e ) : void
EditExternalSubtitle ( ) : void
GetNewSubtitleId ( ) : string
HandlesBtnOpenExternalSubtitleFilePathDialogClick ( ) : void
HandlesBtnSaveClick ( ) : void
HandlesCBExternalSubtitleLanguageSelectedIndexChanged ( ) : void
InitializeComponent ( ) : void

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

IsScreenValid ( ) : bool
LoadMKVMergeLangugeItemsDropDown ( ) : void
SetMKVMergeLanguageDropDownValue ( ) : void
btnOpenExternalSubtitleFilePathDialog_Click ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void
cbExternalSubtitleLanguage_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

BluRayTitleInfoExternalSubtitleForm() public méthode

public BluRayTitleInfoExternalSubtitleForm ( ) : System
Résultat System

Dispose() protected méthode

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

SetBluRayTitleInfoExternalSubtitleForAdd() public méthode

public SetBluRayTitleInfoExternalSubtitleForAdd ( BluRaySummaryInfo bluRaySummaryInfo ) : void
bluRaySummaryInfo BatchGuy.App.Parser.Models.BluRaySummaryInfo
Résultat void

SetBluRayTitleInfoExternalSubtitleForEdit() public méthode

public SetBluRayTitleInfoExternalSubtitleForEdit ( BluRayTitleSubtitle subtitle ) : void
subtitle BatchGuy.App.Parser.Models.BluRayTitleSubtitle
Résultat void