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

파일 보기 프로젝트 열기: rubenv/tripod 1 사용 예제들

공개 메소드들

메소드 설명
Arrange ( ) : void
ButtonEvent ( Point cursor, bool pressed, uint button ) : bool
CursorEnterEvent ( ) : void
CursorLeaveEvent ( ) : void
CursorMotionEvent ( Point cursor ) : bool
Invalidate ( ) : void
Invalidate ( Rect area ) : void
Measure ( Size available ) : Size
Render ( CellContext context ) : void

보호된 메소드들

메소드 설명
OnInvalidate ( Rect area ) : void

메소드 상세

Arrange() 공개 추상적인 메소드

public abstract Arrange ( ) : void
리턴 void

ButtonEvent() 공개 메소드

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

CursorEnterEvent() 공개 메소드

public CursorEnterEvent ( ) : void
리턴 void

CursorLeaveEvent() 공개 메소드

public CursorLeaveEvent ( ) : void
리턴 void

CursorMotionEvent() 공개 메소드

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

Invalidate() 공개 메소드

public Invalidate ( ) : void
리턴 void

Invalidate() 공개 메소드

public Invalidate ( Rect area ) : void
area Hyena.Gui.Canvas.Rect
리턴 void

Measure() 공개 추상적인 메소드

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

OnInvalidate() 보호된 메소드

protected OnInvalidate ( Rect area ) : void
area Hyena.Gui.Canvas.Rect
리턴 void

Render() 공개 추상적인 메소드

public abstract Render ( CellContext context ) : void
context CellContext
리턴 void