C# Class Hyena.Gui.Canvas.Slider

Inheritance: Hyena.Gui.Canvas.CanvasItem
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Méthode Description
ButtonEvent ( Point cursor, bool pressed, uint button ) : bool
CursorMotionEvent ( Point cursor ) : bool
InhibitValueChangeEvent ( ) : void
Measure ( Size available ) : Size
Slider ( ) : System
UninhibitValueChangeEvent ( ) : void

Méthodes protégées

Méthode Description
ClippedRender ( Cairo cr ) : void
OnPendingValueChanged ( ) : void
OnValueChanged ( ) : void

Private Methods

Méthode Description
SetPendingValueFromX ( double x ) : void

Method Details

ButtonEvent() public méthode

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

ClippedRender() protected méthode

protected ClippedRender ( Cairo cr ) : void
cr Cairo
Résultat void

CursorMotionEvent() public méthode

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

InhibitValueChangeEvent() public méthode

public InhibitValueChangeEvent ( ) : void
Résultat void

Measure() public méthode

public Measure ( Size available ) : Size
available Size
Résultat Size

OnPendingValueChanged() protected méthode

protected OnPendingValueChanged ( ) : void
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( ) : void
Résultat void

Slider() public méthode

public Slider ( ) : System
Résultat System

UninhibitValueChangeEvent() public méthode

public UninhibitValueChangeEvent ( ) : void
Résultat void