C# 클래스 LongoMatch.Drawing.Cairo.WidgetWrapper

상속: IWidget
파일 보기 프로젝트 열기: GNOME/longomatch

공개 메소드들

메소드 설명
Dispose ( ) : void
ReDraw ( Area area = null ) : void
ReDraw ( IMovableObject drawable ) : void
SetCursor ( LongoMatch.Core.Common.CursorType type ) : void
SetCursorForTool ( DrawTool tool ) : void
ShowTooltip ( string text ) : void
WidgetWrapper ( Gtk.DrawingArea widget ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Draw ( Area area ) : void
EmitShowTooltip ( ) : bool
HandleButtonPressEvent ( object o, ButtonPressEventArgs args ) : void
HandleButtonReleaseEvent ( object o, Gtk.ButtonReleaseEventArgs args ) : void
HandleExposeEvent ( object o, ExposeEventArgs args ) : void
HandleMotionNotifyEvent ( object o, Gtk.MotionNotifyEventArgs args ) : void
ParseButtonModifier ( ModifierType modifier ) : ButtonModifier
ParseButtonType ( uint button ) : ButtonType
ReadyToMove ( ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ReDraw() 공개 메소드

public ReDraw ( Area area = null ) : void
area LongoMatch.Core.Common.Area
리턴 void

ReDraw() 공개 메소드

public ReDraw ( IMovableObject drawable ) : void
drawable IMovableObject
리턴 void

SetCursor() 공개 메소드

public SetCursor ( LongoMatch.Core.Common.CursorType type ) : void
type LongoMatch.Core.Common.CursorType
리턴 void

SetCursorForTool() 공개 메소드

public SetCursorForTool ( DrawTool tool ) : void
tool DrawTool
리턴 void

ShowTooltip() 공개 메소드

public ShowTooltip ( string text ) : void
text string
리턴 void

WidgetWrapper() 공개 메소드

public WidgetWrapper ( Gtk.DrawingArea widget ) : System
widget Gtk.DrawingArea
리턴 System