C# Class Hyena.Widgets.RatingEntry

Inheritance: Gtk.Widget
Mostra file Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
RatingEntry ( int rating ) : System

Protected Methods

Method 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

Method 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 method

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnChanged() protected method

protected OnChanged ( ) : void
return void

OnChanging() protected method

protected OnChanging ( ) : void
return void

OnDrawn() protected method

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
return bool

OnEnterNotifyEvent() protected method

protected OnEnterNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnGetPreferredHeight() protected method

protected OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
minimum_height int
natural_height int
return void

OnGetPreferredWidth() protected method

protected OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
minimum_width int
natural_width int
return void

OnKeyPressEvent() protected method

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
return bool

OnLeaveNotifyEvent() protected method

protected OnLeaveNotifyEvent ( Gdk crossing ) : bool
crossing Gdk
return bool

OnMapped() protected method

protected OnMapped ( ) : void
return void

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk motion ) : bool
motion Gdk
return bool

OnRealized() protected method

protected OnRealized ( ) : void
return void

OnScrollEvent() protected method

protected OnScrollEvent ( Gdk args ) : bool
args Gdk
return bool

OnSizeAllocated() protected method

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
return void

OnStyleUpdated() protected method

protected OnStyleUpdated ( ) : void
return void

OnUnmapped() protected method

protected OnUnmapped ( ) : void
return void

OnUnrealized() protected method

protected OnUnrealized ( ) : void
return void

RatingEntry() protected method

protected RatingEntry ( IntPtr raw ) : System
raw System.IntPtr
return System

RatingEntry() public method

public RatingEntry ( int rating ) : System
rating int
return System

RatingEntry() protected method

protected RatingEntry ( int rating, RatingRenderer renderer ) : System
rating int
renderer Hyena.Gui.RatingRenderer
return System

SizeRequested() protected method

protected SizeRequested ( ) : Requisition
return Requisition