C# 클래스 FSpot.Widgets.CollectionGridView

This class extends CellGridView to provide a grid view for a photo collection.
상속: FSpot.Widgets.CellGridView
파일 보기 프로젝트 열기: mono/f-spot 1 사용 예제들

공개 메소드들

메소드 설명
CollectionGridView ( IBrowsableCollection collection ) : System
CollectionGridView ( IntPtr raw ) : System
Throb ( int cell_num ) : void
UpdateThumbnail ( int thumbnail_num ) : void
ZoomIn ( ) : void
ZoomOut ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
CancelThrob ( ) : void
HandlePixbufLoaded ( FSpot Cache, FSpot entry ) : void
HandleThrobTimer ( ) : bool
SetColors ( ) : void
ThrobExpansion ( int cell, bool selected ) : int

메소드 상세

CollectionGridView() 공개 메소드

public CollectionGridView ( IBrowsableCollection collection ) : System
collection IBrowsableCollection
리턴 System

CollectionGridView() 공개 메소드

public CollectionGridView ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

DrawCell() 보호된 메소드

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
리턴 void

DrawPhoto() 보호된 메소드

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
리턴 void

OnDestroyed() 보호된 메소드

protected OnDestroyed ( ) : void
리턴 void

OnRealized() 보호된 메소드

protected OnRealized ( ) : void
리턴 void

OnStateChanged() 보호된 메소드

protected OnStateChanged ( StateType previous ) : void
previous StateType
리턴 void

OnStyleSet() 보호된 메소드

protected OnStyleSet ( Gtk.Style previous ) : void
previous Gtk.Style
리턴 void

PreloadCell() 보호된 메소드

protected PreloadCell ( int cell_num ) : void
cell_num int
리턴 void

Throb() 공개 메소드

public Throb ( int cell_num ) : void
cell_num int
리턴 void

UpdateThumbnail() 공개 메소드

public UpdateThumbnail ( int thumbnail_num ) : void
thumbnail_num int
리턴 void

ZoomIn() 공개 메소드

public ZoomIn ( ) : void
리턴 void

ZoomOut() 공개 메소드

public ZoomOut ( ) : void
리턴 void