C# Class AtelierElieScripter.DialogueChoices.DialogueChoicesControl

Afficher le fichier Open project: Markliujy/AtelierElieTranslation

Méthodes publiques

Méthode Description
DialogueChoicesControl ( ) : System
GetDTETable ( int>.Dictionary DTEtable, int DTELen ) : int>.Dictionary
LoadTextFileBlock ( StringReader blockStream ) : void
SaveTextFileBlock ( StreamWriter saveFileStream ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the control.

Private Methods

Méthode Description
CustListViewBlockSelectedIndexChanged ( object sender, EventArgs e ) : void
CustListViewMainSelectedIndexChanged ( object sender, EventArgs e ) : void
DisableInputs ( ) : void
GetCurrentDialogueEntry ( ) : DialogueChoicesEntry
InitializeChoicesBlocks ( int mainBlockNo ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

InitializeMainListView ( ) : void
PanelsEngPaint ( object sender, PaintEventArgs e ) : void
PanelsJapPaint ( object sender, PaintEventArgs e ) : void
TextBoxTransNotesTextChanged ( object sender, EventArgs e ) : void
TextBoxesEngTextChanged ( object sender, EventArgs e ) : void
UpdateSelectedBlockRow ( ) : void
UpdateSelectedMainRow ( ) : void

Method Details

DialogueChoicesControl() public méthode

public DialogueChoicesControl ( ) : System
Résultat System

Dispose() protected méthode

Disposes resources used by the control.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetDTETable() public méthode

public GetDTETable ( int>.Dictionary DTEtable, int DTELen ) : int>.Dictionary
DTEtable int>.Dictionary
DTELen int
Résultat int>.Dictionary

LoadTextFileBlock() public méthode

public LoadTextFileBlock ( StringReader blockStream ) : void
blockStream StringReader
Résultat void

SaveTextFileBlock() public méthode

public SaveTextFileBlock ( StreamWriter saveFileStream ) : void
saveFileStream StreamWriter
Résultat void