C# 클래스 Hyena.Data.Gui.ColumnCellRating

상속: ColumnCell, IInteractiveCell, ISizeRequestCell
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RatingFromPosition int

공개 메소드들

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

비공개 메소드들

메소드 설명
RatingFromPosition ( double x ) : int

메소드 상세

ButtonEvent() 공개 메소드

public ButtonEvent ( Point press, bool pressed, uint button ) : bool
press Point
pressed bool
button uint
리턴 bool

ColumnCellRating() 공개 메소드

public ColumnCellRating ( string property, bool expand ) : System
property string
expand bool
리턴 System

CursorLeaveEvent() 공개 메소드

public CursorLeaveEvent ( ) : bool
리턴 bool

CursorMotionEvent() 공개 메소드

public CursorMotionEvent ( Point motion ) : bool
motion Point
리턴 bool

GetWidthRange() 공개 메소드

public GetWidthRange ( Pango layout, int &min, int &max ) : void
layout Pango
min int
max int
리턴 void

Measure() 공개 메소드

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

Render() 공개 메소드

public Render ( CellContext context, double cellWidth, double cellHeight ) : void
context CellContext
cellWidth double
cellHeight double
리턴 void