C# Class FSpot.Widgets.Filmstrip

Inheritance: EventBox, IDisposable
Mostra file Open project: mono/f-spot Class Usage Examples

Public Methods

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

Protected Methods

Method 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

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Filmstrip() public method

public Filmstrip ( FSpot.Core.BrowsablePointer selection ) : System
selection FSpot.Core.BrowsablePointer
return System

Filmstrip() public method

public Filmstrip ( FSpot.Core.BrowsablePointer selection, bool squaredThumbs ) : System
selection FSpot.Core.BrowsablePointer
squaredThumbs bool
return System

GetPixbuf() protected method

protected GetPixbuf ( int i ) : Gdk.Pixbuf
i int
return Gdk.Pixbuf

GetPixbuf() protected method

protected GetPixbuf ( int i, bool highlighted ) : Gdk.Pixbuf
i int
highlighted bool
return Gdk.Pixbuf

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
return bool

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk.EventKey evnt ) : bool
evnt Gdk.EventKey
return bool

OnPopupMenu() protected method

protected OnPopupMenu ( ) : bool
return bool

OnScrollEvent() protected method

protected OnScrollEvent ( Gdk.EventScroll evnt ) : bool
evnt Gdk.EventScroll
return bool

OnSizeRequested() protected method

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
return void

SetPositionCore() protected method

protected SetPositionCore ( double position ) : void
position double
return void