C# 클래스 Bloom.Edit.ThumbNailList

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 프로퍼티들

프로퍼티 타입 설명
Thumbnailer HtmlThumbNailer

공개 메소드들

메소드 설명
EmptyThumbnailCache ( ) : void
SelectPage ( IPage page ) : void
SetItems ( IEnumerable items ) : void
SetPageInsertionPoint ( IPage pageBeforeInsertion ) : void
ThumbNailList ( ) : System
UpdateThumbnailAsync ( IPage page ) : void
UpdateThumbnailCaptions ( ) : void
_listView_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddOnePage ( IPage page, int &pageNumber ) : void
HandleThumbnailerError ( IPage page, Exception error ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InvokePageSelectedChanged ( Page page ) : void
RefreshOneThumbnailCallback ( IPage page, Image image ) : void
ThumbNailList_BackColorChanged ( object sender, EventArgs e ) : void
_listView_MouseDown ( object sender, MouseEventArgs e ) : void
_listView_MouseMove ( object sender, MouseEventArgs e ) : void
_listView_MouseUp ( object sender, MouseEventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

EmptyThumbnailCache() 공개 메소드

public EmptyThumbnailCache ( ) : void
리턴 void

SelectPage() 공개 메소드

public SelectPage ( IPage page ) : void
page IPage
리턴 void

SetItems() 공개 메소드

public SetItems ( IEnumerable items ) : void
items IEnumerable
리턴 void

SetPageInsertionPoint() 공개 메소드

public SetPageInsertionPoint ( IPage pageBeforeInsertion ) : void
pageBeforeInsertion IPage
리턴 void

ThumbNailList() 공개 메소드

public ThumbNailList ( ) : System
리턴 System

UpdateThumbnailAsync() 공개 메소드

public UpdateThumbnailAsync ( IPage page ) : void
page IPage
리턴 void

UpdateThumbnailCaptions() 공개 메소드

public UpdateThumbnailCaptions ( ) : void
리턴 void

_listView_DrawItem() 공개 메소드

public _listView_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void
sender object
e System.Windows.Forms.DrawListViewItemEventArgs
리턴 void

프로퍼티 상세

Thumbnailer 공개적으로 프로퍼티

public HtmlThumbNailer Thumbnailer
리턴 HtmlThumbNailer