C# Class LongoMatch.Drawing.Cairo.WidgetWrapper

Inheritance: IWidget
Afficher le fichier Open project: GNOME/longomatch

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReDraw() public méthode

public ReDraw ( Area area = null ) : void
area LongoMatch.Core.Common.Area
Résultat void

ReDraw() public méthode

public ReDraw ( IMovableObject drawable ) : void
drawable IMovableObject
Résultat void

SetCursor() public méthode

public SetCursor ( LongoMatch.Core.Common.CursorType type ) : void
type LongoMatch.Core.Common.CursorType
Résultat void

SetCursorForTool() public méthode

public SetCursorForTool ( DrawTool tool ) : void
tool DrawTool
Résultat void

ShowTooltip() public méthode

public ShowTooltip ( string text ) : void
text string
Résultat void

WidgetWrapper() public méthode

public WidgetWrapper ( Gtk.DrawingArea widget ) : System
widget Gtk.DrawingArea
Résultat System