C# Class Bloom.Edit.PageListView

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public Clear ( ) : void
Résultat void

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

PageListView() public méthode

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
Résultat System

SelectThumbnailWithoutSendingEvent() public méthode

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

SetBook() public méthode

public SetBook ( Book book ) : void
book Bloom.Book.Book
Résultat void

UpdateDisplay() public méthode

public UpdateDisplay ( ) : void
Résultat void

UpdateThumbnailAsync() public méthode

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