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

상속: IPhotoGridCaptionRenderer
파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

메소드 설명
MeasureHeight ( Gtk.Widget widget ) : double
Render ( CellContext context, Rect allocation, IPhoto photo ) : void

보호된 메소드들

메소드 설명
GetCaptionString ( IPhoto photo ) : string

메소드 상세

GetCaptionString() 보호된 추상적인 메소드

protected abstract GetCaptionString ( IPhoto photo ) : string
photo IPhoto
리턴 string

MeasureHeight() 공개 메소드

public MeasureHeight ( Gtk.Widget widget ) : double
widget Gtk.Widget
리턴 double

Render() 공개 메소드

public Render ( CellContext context, Rect allocation, IPhoto photo ) : void
context Hyena.Data.Gui.CellContext
allocation Hyena.Gui.Canvas.Rect
photo IPhoto
리턴 void