C# 클래스 Tripod.Model.Gui.PhotoGridViewChild

상속: Hyena.Data.Gui.DataViewChild
파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

메소드 설명
Arrange ( ) : void
InvalidateThumbnail ( ) : void
Measure ( Size available ) : Size
Render ( CellContext context ) : void
RenderThumbnail ( Cairo cr, ImageSurface image, bool dispose, double x, double y, double width, double height, double radius, bool fill, Cairo fillColor, CairoCorners corners, double scale ) : void

비공개 메소드들

메소드 설명
PhotoGridViewChild ( ) : System
Reload ( IPhoto photo ) : void
ReloadIfBetterSizeAvailable ( IPhoto photo, int have_width, int have_height ) : void
ReloadIfSuboptimalSize ( IPhoto photo ) : void
RenderThumbnail ( IPhoto photo, CellContext context ) : void

메소드 상세

Arrange() 공개 메소드

public Arrange ( ) : void
리턴 void

InvalidateThumbnail() 공개 메소드

public InvalidateThumbnail ( ) : void
리턴 void

Measure() 공개 메소드

public Measure ( Size available ) : Size
available Hyena.Gui.Canvas.Size
리턴 Hyena.Gui.Canvas.Size

Render() 공개 메소드

public Render ( CellContext context ) : void
context Hyena.Data.Gui.CellContext
리턴 void

RenderThumbnail() 공개 정적인 메소드

public static RenderThumbnail ( Cairo cr, ImageSurface image, bool dispose, double x, double y, double width, double height, double radius, bool fill, Cairo fillColor, CairoCorners corners, double scale ) : void
cr Cairo
image Cairo.ImageSurface
dispose bool
x double
y double
width double
height double
radius double
fill bool
fillColor Cairo
corners CairoCorners
scale double
리턴 void