C# Class FSO.IDE.EditorComponent.VarAnimSelect

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
SelectedAnim int

Méthodes publiques

Méthode Description
RefreshAllList ( ) : void
RefreshAnimTable ( ) : void
VarAnimSelect ( ) : System
VarAnimSelect ( STR animTable, int oldSel ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddButton_Click ( object sender, EventArgs e ) : void
AllList_SelectedIndexChanged ( object sender, EventArgs e ) : void
CancelBtn_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

MyList_SelectedIndexChanged ( object sender, EventArgs e ) : void
RemoveButton_Click ( object sender, EventArgs e ) : void
SearchBox_TextChanged ( object sender, EventArgs e ) : void
SelectAnim_Click ( object sender, EventArgs e ) : void

Method Details

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

RefreshAllList() public méthode

public RefreshAllList ( ) : void
Résultat void

RefreshAnimTable() public méthode

public RefreshAnimTable ( ) : void
Résultat void

VarAnimSelect() public méthode

public VarAnimSelect ( ) : System
Résultat System

VarAnimSelect() public méthode

public VarAnimSelect ( STR animTable, int oldSel ) : System
animTable FSO.Files.Formats.IFF.Chunks.STR
oldSel int
Résultat System

Property Details

SelectedAnim public_oe property

public int SelectedAnim
Résultat int