C# Class FSO.IDE.EditorComponent.VarAnimSelect

Inheritance: System.Windows.Forms.Form
显示文件 Open project: RHY3756547/FreeSO

Public Properties

Property Type Description
SelectedAnim int

Public Methods

Method Description
RefreshAllList ( ) : void
RefreshAnimTable ( ) : void
VarAnimSelect ( ) : System
VarAnimSelect ( STR animTable, int oldSel ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

RefreshAllList() public method

public RefreshAllList ( ) : void
return void

RefreshAnimTable() public method

public RefreshAnimTable ( ) : void
return void

VarAnimSelect() public method

public VarAnimSelect ( ) : System
return System

VarAnimSelect() public method

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

Property Details

SelectedAnim public_oe property

public int SelectedAnim
return int