C# Class FC3Editor.UI.ParamCollectionList

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AssignCollectionId ( int id, CollectionInventory entry ) : void
AssignToSelected ( ) : void
GetCurrentItem ( ) : CollectionTreeItem
InitializeComponent ( ) : void
OnValueChanged ( int value ) : void
ParamCollectionList_Load ( object sender, EventArgs e ) : void
UpdateButtons ( ) : void
UpdateList ( ) : void
UpdateSelection ( ) : void
buttonAssign_Click ( object sender, EventArgs e ) : void
buttonClear_Click ( object sender, EventArgs e ) : void
treeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeView_MouseDoubleClick ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected méthode

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

ParamCollectionList() public méthode

public ParamCollectionList ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void