C# 클래스 FC3Editor.UI.InventoryList

상속: System.Windows.Forms.ListView
파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

공개 메소드들

메소드 설명
AddEntry ( Inventory entry ) : void
FindEntry ( Inventory entry ) : System.Windows.Forms.ListViewItem
InventoryList ( ) : System
InventoryList ( IContainer container ) : System
RemoveEntry ( Inventory entry ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnDrawItem ( DrawListViewItemEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
WndProc ( Message &m ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( Inventory entry ) : void
entry FC3Editor.Nomad.Inventory
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FindEntry() 공개 메소드

public FindEntry ( Inventory entry ) : System.Windows.Forms.ListViewItem
entry FC3Editor.Nomad.Inventory
리턴 System.Windows.Forms.ListViewItem

InventoryList() 공개 메소드

public InventoryList ( ) : System
리턴 System

InventoryList() 공개 메소드

public InventoryList ( IContainer container ) : System
container IContainer
리턴 System

OnDrawItem() 보호된 메소드

protected OnDrawItem ( DrawListViewItemEventArgs e ) : void
e System.Windows.Forms.DrawListViewItemEventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

RemoveEntry() 공개 메소드

public RemoveEntry ( Inventory entry ) : void
entry FC3Editor.Nomad.Inventory
리턴 void

WndProc() 보호된 메소드

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void