C# Class Bloom.Edit.PageListView

Inheritance: System.Windows.Forms.UserControl
Show file Open project: BloomBooks/BloomDesktop Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
EmptyThumbnailCache ( ) : void
PageListView ( PageSelection pageSelection, RelocatePageEvent relocatePageEvent, EditingModel model, HtmlThumbNailer thumbnailProvider, NavigationIsolator isolator, ControlKeyEvent controlKeyEvent ) : System
SelectThumbnailWithoutSendingEvent ( IPage page ) : void
SetBook ( Book book ) : void
UpdateDisplay ( ) : void
UpdateThumbnailAsync ( IPage page ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

OnPageSelectedChanged ( object page, EventArgs e ) : void
PageListView_BackColorChanged ( object sender, EventArgs e ) : void
_addPageButton_Click ( object sender, EventArgs e ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() protected method

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

EmptyThumbnailCache() public method

public EmptyThumbnailCache ( ) : void
return void

PageListView() public method

public PageListView ( PageSelection pageSelection, RelocatePageEvent relocatePageEvent, EditingModel model, HtmlThumbNailer thumbnailProvider, NavigationIsolator isolator, ControlKeyEvent controlKeyEvent ) : System
pageSelection PageSelection
relocatePageEvent RelocatePageEvent
model EditingModel
thumbnailProvider HtmlThumbNailer
isolator NavigationIsolator
controlKeyEvent ControlKeyEvent
return System

SelectThumbnailWithoutSendingEvent() public method

public SelectThumbnailWithoutSendingEvent ( IPage page ) : void
page IPage
return void

SetBook() public method

public SetBook ( Book book ) : void
book Bloom.Book.Book
return void

UpdateDisplay() public method

public UpdateDisplay ( ) : void
return void

UpdateThumbnailAsync() public method

public UpdateThumbnailAsync ( IPage page ) : void
page IPage
return void