C# Class FSpot.Widgets.CollectionGridView

This class extends CellGridView to provide a grid view for a photo collection.
Inheritance: FSpot.Widgets.CellGridView
Afficher le fichier Open project: mono/f-spot Class Usage Examples

Méthodes publiques

Méthode Description
CollectionGridView ( IBrowsableCollection collection ) : System
CollectionGridView ( IntPtr raw ) : System
Throb ( int cell_num ) : void
UpdateThumbnail ( int thumbnail_num ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

Méthodes protégées

Méthode Description
DrawCell ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area ) : void
DrawPhoto ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area, bool selected, bool focussed ) : void
OnDestroyed ( ) : void
OnRealized ( ) : void
OnStateChanged ( StateType previous ) : void
OnStyleSet ( Gtk.Style previous ) : void
PreloadCell ( int cell_num ) : void

Private Methods

Méthode Description
CancelThrob ( ) : void
HandlePixbufLoaded ( FSpot Cache, FSpot entry ) : void
HandleThrobTimer ( ) : bool
SetColors ( ) : void
ThrobExpansion ( int cell, bool selected ) : int

Method Details

CollectionGridView() public méthode

public CollectionGridView ( IBrowsableCollection collection ) : System
collection IBrowsableCollection
Résultat System

CollectionGridView() public méthode

public CollectionGridView ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

DrawCell() protected méthode

protected DrawCell ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area ) : void
cell_num int
cell_area Gdk.Rectangle
expose_area Gdk.Rectangle
Résultat void

DrawPhoto() protected méthode

protected DrawPhoto ( int cell_num, Gdk.Rectangle cell_area, Gdk.Rectangle expose_area, bool selected, bool focussed ) : void
cell_num int
cell_area Gdk.Rectangle
expose_area Gdk.Rectangle
selected bool
focussed bool
Résultat void

OnDestroyed() protected méthode

protected OnDestroyed ( ) : void
Résultat void

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnStateChanged() protected méthode

protected OnStateChanged ( StateType previous ) : void
previous StateType
Résultat void

OnStyleSet() protected méthode

protected OnStyleSet ( Gtk.Style previous ) : void
previous Gtk.Style
Résultat void

PreloadCell() protected méthode

protected PreloadCell ( int cell_num ) : void
cell_num int
Résultat void

Throb() public méthode

public Throb ( int cell_num ) : void
cell_num int
Résultat void

UpdateThumbnail() public méthode

public UpdateThumbnail ( int thumbnail_num ) : void
thumbnail_num int
Résultat void

ZoomIn() public méthode

public ZoomIn ( ) : void
Résultat void

ZoomOut() public méthode

public ZoomOut ( ) : void
Résultat void