C# Class Hyena.Data.Gui.ColumnCellRating

Inheritance: ColumnCell, IInteractiveCell, ISizeRequestCell
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Private Properties

Свойство Type Description
RatingFromPosition int

Méthodes publiques

Méthode Description
ButtonEvent ( Point press, bool pressed, uint button ) : bool
ColumnCellRating ( string property, bool expand ) : System
CursorLeaveEvent ( ) : bool
CursorMotionEvent ( Point motion ) : bool
GetWidthRange ( Pango layout, int &min, int &max ) : void
Measure ( Size available ) : Size
Render ( CellContext context, double cellWidth, double cellHeight ) : void

Private Methods

Méthode Description
RatingFromPosition ( double x ) : int

Method Details

ButtonEvent() public méthode

public ButtonEvent ( Point press, bool pressed, uint button ) : bool
press Point
pressed bool
button uint
Résultat bool

ColumnCellRating() public méthode

public ColumnCellRating ( string property, bool expand ) : System
property string
expand bool
Résultat System

CursorLeaveEvent() public méthode

public CursorLeaveEvent ( ) : bool
Résultat bool

CursorMotionEvent() public méthode

public CursorMotionEvent ( Point motion ) : bool
motion Point
Résultat bool

GetWidthRange() public méthode

public GetWidthRange ( Pango layout, int &min, int &max ) : void
layout Pango
min int
max int
Résultat void

Measure() public méthode

public Measure ( Size available ) : Size
available Hyena.Gui.Canvas.Size
Résultat Hyena.Gui.Canvas.Size

Render() public méthode

public Render ( CellContext context, double cellWidth, double cellHeight ) : void
context CellContext
cellWidth double
cellHeight double
Résultat void