C# Class Tripod.Model.Gui.PhotoGridTextCaptionRenderer

Inheritance: IPhotoGridCaptionRenderer
Afficher le fichier Open project: rubenv/tripod

Méthodes publiques

Méthode Description
MeasureHeight ( Gtk.Widget widget ) : double
Render ( CellContext context, Rect allocation, IPhoto photo ) : void

Méthodes protégées

Méthode Description
GetCaptionString ( IPhoto photo ) : string

Method Details

GetCaptionString() protected abstract méthode

protected abstract GetCaptionString ( IPhoto photo ) : string
photo IPhoto
Résultat string

MeasureHeight() public méthode

public MeasureHeight ( Gtk.Widget widget ) : double
widget Gtk.Widget
Résultat double

Render() public méthode

public Render ( CellContext context, Rect allocation, IPhoto photo ) : void
context Hyena.Data.Gui.CellContext
allocation Hyena.Gui.Canvas.Rect
photo IPhoto
Résultat void