C# 클래스 FSpot.Widgets.Filmstrip

상속: EventBox, IDisposable
파일 보기 프로젝트 열기: mono/f-spot 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Filmstrip ( FSpot.Core.BrowsablePointer selection ) : System
Filmstrip ( FSpot.Core.BrowsablePointer selection, bool squaredThumbs ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Filmstrip() 공개 메소드

public Filmstrip ( FSpot.Core.BrowsablePointer selection ) : System
selection FSpot.Core.BrowsablePointer
리턴 System

Filmstrip() 공개 메소드

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

GetPixbuf() 보호된 메소드

protected GetPixbuf ( int i ) : Gdk.Pixbuf
i int
리턴 Gdk.Pixbuf

GetPixbuf() 보호된 메소드

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

OnButtonPressEvent() 보호된 메소드

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
리턴 bool

OnExposeEvent() 보호된 메소드

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
리턴 bool

OnKeyPressEvent() 보호된 메소드

protected OnKeyPressEvent ( Gdk.EventKey evnt ) : bool
evnt Gdk.EventKey
리턴 bool

OnPopupMenu() 보호된 메소드

protected OnPopupMenu ( ) : bool
리턴 bool

OnScrollEvent() 보호된 메소드

protected OnScrollEvent ( Gdk.EventScroll evnt ) : bool
evnt Gdk.EventScroll
리턴 bool

OnSizeRequested() 보호된 메소드

protected OnSizeRequested ( Requisition &requisition ) : void
requisition Requisition
리턴 void

SetPositionCore() 보호된 메소드

protected SetPositionCore ( double position ) : void
position double
리턴 void