C# Class FC3Editor.UI.ParamSlotList

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Azerothian/fc3editor

Protected Properties

Свойство Type Description
label1 System.Windows.Forms.Label

Méthodes publiques

Méthode Description
ParamSlotList ( ) : System
UpdateUI ( ) : void

Méthodes protégées

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

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetSlot() protected méthode

protected GetSlot ( int index ) : SlotItem
index int
Résultat SlotItem

OnAssignSlot() protected méthode

protected OnAssignSlot ( int id, Inventory entry ) : void
id int
entry FC3Editor.Nomad.Inventory
Résultat void

ParamSlotList() public méthode

public ParamSlotList ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void

Property Details

label1 protected_oe property

protected Label,System.Windows.Forms label1
Résultat System.Windows.Forms.Label