C# Class FC3Editor.UI.ParamSlotList

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Azerothian/fc3editor

Protected Properties

Property Type Description
label1 System.Windows.Forms.Label

Public Methods

Method Description
ParamSlotList ( ) : System
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
GetSlot ( int index ) : SlotItem
OnAssignSlot ( int id, Inventory entry ) : void

Private Methods

Method Description
AssignSlot ( int id, Inventory entry ) : void
FindFreeSlot ( ) : int
GetCurrentItem ( ) : SlotItem
InitializeComponent ( ) : void
OnValueChanged ( int value ) : void
ParamSlotList_Load ( object sender, EventArgs e ) : void
PromptSlotAssignment ( SlotItem item ) : void
UpdateButtons ( ) : void
UpdateList ( ) : void
UpdateSelection ( ) : void
buttonAdd_Click ( object sender, EventArgs e ) : void
buttonRemove_Click ( object sender, EventArgs e ) : void
inventoryList_MouseDown ( object sender, MouseEventArgs e ) : void
inventoryList_MouseUp ( object sender, MouseEventArgs e ) : void
inventoryList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetSlot() protected method

protected GetSlot ( int index ) : SlotItem
index int
return SlotItem

OnAssignSlot() protected method

protected OnAssignSlot ( int id, Inventory entry ) : void
id int
entry FC3Editor.Nomad.Inventory
return void

ParamSlotList() public method

public ParamSlotList ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void

Property Details

label1 protected_oe property

protected Label,System.Windows.Forms label1
return System.Windows.Forms.Label