C# Class Bloom.Edit.ThumbNailList

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Свойство Type Description
Thumbnailer HtmlThumbNailer

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
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

Method Details

Dispose() protected méthode

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

EmptyThumbnailCache() public méthode

public EmptyThumbnailCache ( ) : void
Résultat void

SelectPage() public méthode

public SelectPage ( IPage page ) : void
page IPage
Résultat void

SetItems() public méthode

public SetItems ( IEnumerable items ) : void
items IEnumerable
Résultat void

SetPageInsertionPoint() public méthode

public SetPageInsertionPoint ( IPage pageBeforeInsertion ) : void
pageBeforeInsertion IPage
Résultat void

ThumbNailList() public méthode

public ThumbNailList ( ) : System
Résultat System

UpdateThumbnailAsync() public méthode

public UpdateThumbnailAsync ( IPage page ) : void
page IPage
Résultat void

UpdateThumbnailCaptions() public méthode

public UpdateThumbnailCaptions ( ) : void
Résultat void

_listView_DrawItem() public méthode

public _listView_DrawItem ( object sender, DrawListViewItemEventArgs e ) : void
sender object
e System.Windows.Forms.DrawListViewItemEventArgs
Résultat void

Property Details

Thumbnailer public_oe property

public HtmlThumbNailer Thumbnailer
Résultat HtmlThumbNailer