C# Class FC3Editor.UI.InventoryList

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

Méthodes publiques

Méthode Description
AddEntry ( Inventory entry ) : void
FindEntry ( Inventory entry ) : System.Windows.Forms.ListViewItem
InventoryList ( ) : System
InventoryList ( IContainer container ) : System
RemoveEntry ( Inventory entry ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnDrawItem ( DrawListViewItemEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
ClearImages ( ) : void
CompactImages ( ) : void
CreateItem ( Inventory entry ) : System.Windows.Forms.ListViewItem
DoDispose ( ) : void
DoInitialize ( ) : void
GetNearestItem ( Point pt, int firstIndex, int lastIndex ) : int
ImageThread ( ) : void
InitializeComponent ( ) : void
OnScroll ( ) : void
RedrawItem ( System.Windows.Forms.ListViewItem item ) : void
RefreshList ( ) : void
StartImageThread ( ) : void
StopImageThread ( ) : void
UpdateImageSize ( int size ) : void
contextMenu_Opening ( object sender, CancelEventArgs e ) : void
flushTimer_Tick ( object sender, EventArgs e ) : void
largeImagesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
mediumImagesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
smallImagesToolStripMenuItem_Click ( object sender, EventArgs e ) : 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

FindEntry() public méthode

public FindEntry ( Inventory entry ) : System.Windows.Forms.ListViewItem
entry FC3Editor.Nomad.Inventory
Résultat System.Windows.Forms.ListViewItem

InventoryList() public méthode

public InventoryList ( ) : System
Résultat System

InventoryList() public méthode

public InventoryList ( IContainer container ) : System
container IContainer
Résultat System

OnDrawItem() protected méthode

protected OnDrawItem ( DrawListViewItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewItemEventArgs
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

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void