C# Class FSpot.Widgets.Filmstrip

Inheritance: EventBox, IDisposable
Afficher le fichier Open project: mono/f-spot Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Filmstrip ( FSpot.Core.BrowsablePointer selection ) : System
Filmstrip ( FSpot.Core.BrowsablePointer selection, bool squaredThumbs ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
GetPixbuf ( int i ) : Gdk.Pixbuf
GetPixbuf ( int i, bool highlighted ) : Gdk.Pixbuf
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnExposeEvent ( Gdk.EventExpose evnt ) : bool
OnKeyPressEvent ( Gdk.EventKey evnt ) : bool
OnPopupMenu ( ) : bool
OnScrollEvent ( Gdk.EventScroll evnt ) : bool
OnSizeRequested ( Requisition &requisition ) : void
SetPositionCore ( double position ) : void

Private Methods

Méthode Description
ColorToInt ( Color color ) : uint
DrawOrientationMenu ( Gdk.EventButton args ) : bool
HandleCollectionChanged ( IBrowsableCollection coll ) : void
HandleCollectionItemsChanged ( IBrowsableCollection coll, FSpot.Core.BrowsableEventArgs args ) : void
HandlePixbufLoaded ( ImageLoaderThread pl, ImageLoaderThread item ) : void
HandlePointerChanged ( object sender, FSpot.Core.BrowsablePointerChangedEventArgs args ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Filmstrip() public méthode

public Filmstrip ( FSpot.Core.BrowsablePointer selection ) : System
selection FSpot.Core.BrowsablePointer
Résultat System

Filmstrip() public méthode

public Filmstrip ( FSpot.Core.BrowsablePointer selection, bool squaredThumbs ) : System
selection FSpot.Core.BrowsablePointer
squaredThumbs bool
Résultat System

GetPixbuf() protected méthode

protected GetPixbuf ( int i ) : Gdk.Pixbuf
i int
Résultat Gdk.Pixbuf

GetPixbuf() protected méthode

protected GetPixbuf ( int i, bool highlighted ) : Gdk.Pixbuf
i int
highlighted bool
Résultat Gdk.Pixbuf

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
Résultat bool

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
Résultat bool

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk.EventKey evnt ) : bool
evnt Gdk.EventKey
Résultat bool

OnPopupMenu() protected méthode

protected OnPopupMenu ( ) : bool
Résultat bool

OnScrollEvent() protected méthode

protected OnScrollEvent ( Gdk.EventScroll evnt ) : bool
evnt Gdk.EventScroll
Résultat bool

OnSizeRequested() protected méthode

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
Résultat void

SetPositionCore() protected méthode

protected SetPositionCore ( double position ) : void
position double
Résultat void