C# Class Hyena.Widgets.RatingEntry

Inheritance: Gtk.Widget
Afficher le fichier Open project: GNOME/hyena Class Usage Examples

Méthodes publiques

Méthode Description
RatingEntry ( int rating ) : System

Méthodes protégées

Méthode Description
OnButtonPressEvent ( Gdk evnt ) : bool
OnChanged ( ) : void
OnChanging ( ) : void
OnDrawn ( Cairo cr ) : bool
OnEnterNotifyEvent ( Gdk evnt ) : bool
OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
OnKeyPressEvent ( Gdk evnt ) : bool
OnLeaveNotifyEvent ( Gdk crossing ) : bool
OnMapped ( ) : void
OnMotionNotifyEvent ( Gdk motion ) : bool
OnRealized ( ) : void
OnScrollEvent ( Gdk args ) : bool
OnSizeAllocated ( Gdk allocation ) : void
OnStyleUpdated ( ) : void
OnUnmapped ( ) : void
OnUnrealized ( ) : void
RatingEntry ( IntPtr raw ) : System
RatingEntry ( int rating, RatingRenderer renderer ) : System
SizeRequested ( ) : Requisition

Private Methods

Méthode Description
ClearHover ( ) : void
HandleKeyPress ( Gdk evnt ) : bool
HandleLeaveNotify ( Gdk crossing ) : bool
HandleMotionNotify ( Gdk state, double x ) : bool
HandleScroll ( Gdk args ) : bool
RatingEntry ( ) : System
SetValueFromPosition ( int x ) : void

Method Details

OnButtonPressEvent() protected méthode

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnChanged() protected méthode

protected OnChanged ( ) : void
Résultat void

OnChanging() protected méthode

protected OnChanging ( ) : void
Résultat void

OnDrawn() protected méthode

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
Résultat bool

OnEnterNotifyEvent() protected méthode

protected OnEnterNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnGetPreferredHeight() protected méthode

protected OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
minimum_height int
natural_height int
Résultat void

OnGetPreferredWidth() protected méthode

protected OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
minimum_width int
natural_width int
Résultat void

OnKeyPressEvent() protected méthode

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
Résultat bool

OnLeaveNotifyEvent() protected méthode

protected OnLeaveNotifyEvent ( Gdk crossing ) : bool
crossing Gdk
Résultat bool

OnMapped() protected méthode

protected OnMapped ( ) : void
Résultat void

OnMotionNotifyEvent() protected méthode

protected OnMotionNotifyEvent ( Gdk motion ) : bool
motion Gdk
Résultat bool

OnRealized() protected méthode

protected OnRealized ( ) : void
Résultat void

OnScrollEvent() protected méthode

protected OnScrollEvent ( Gdk args ) : bool
args Gdk
Résultat bool

OnSizeAllocated() protected méthode

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
Résultat void

OnStyleUpdated() protected méthode

protected OnStyleUpdated ( ) : void
Résultat void

OnUnmapped() protected méthode

protected OnUnmapped ( ) : void
Résultat void

OnUnrealized() protected méthode

protected OnUnrealized ( ) : void
Résultat void

RatingEntry() protected méthode

protected RatingEntry ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

RatingEntry() public méthode

public RatingEntry ( int rating ) : System
rating int
Résultat System

RatingEntry() protected méthode

protected RatingEntry ( int rating, RatingRenderer renderer ) : System
rating int
renderer Hyena.Gui.RatingRenderer
Résultat System

SizeRequested() protected méthode

protected SizeRequested ( ) : Requisition
Résultat Requisition