C# Class FC3Editor.UI.InventoryTree

Inheritance: System.Windows.Forms.TreeView
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
AddEntry ( Inventory entry ) : void
InventoryTree ( ) : System
RemoveEntry ( Inventory entry ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnAfterSelect ( TreeViewEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void

Private Methods

Méthode Description
CreateNode ( Inventory entry ) : TreeNode
FillNodes ( Inventory root, TreeNodeCollection nodes ) : void
UpdateTree ( ) : void

Method Details

AddEntry() public méthode

public AddEntry ( Inventory entry ) : void
entry FC3Editor.Nomad.Inventory
Résultat void

Dispose() protected méthode

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

InventoryTree() public méthode

public InventoryTree ( ) : System
Résultat System

OnAfterSelect() protected méthode

protected OnAfterSelect ( TreeViewEventArgs e ) : void
e System.Windows.Forms.TreeViewEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

RemoveEntry() public méthode

public RemoveEntry ( Inventory entry ) : void
entry FC3Editor.Nomad.Inventory
Résultat void