C# 클래스 Hyena.Widgets.RatingEntry

상속: Gtk.Widget
파일 보기 프로젝트 열기: GNOME/hyena 1 사용 예제들

공개 메소드들

메소드 설명
RatingEntry ( int rating ) : System

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

OnButtonPressEvent() 보호된 메소드

protected OnButtonPressEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnChanged() 보호된 메소드

protected OnChanged ( ) : void
리턴 void

OnChanging() 보호된 메소드

protected OnChanging ( ) : void
리턴 void

OnDrawn() 보호된 메소드

protected OnDrawn ( Cairo cr ) : bool
cr Cairo
리턴 bool

OnEnterNotifyEvent() 보호된 메소드

protected OnEnterNotifyEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnGetPreferredHeight() 보호된 메소드

protected OnGetPreferredHeight ( int &minimum_height, int &natural_height ) : void
minimum_height int
natural_height int
리턴 void

OnGetPreferredWidth() 보호된 메소드

protected OnGetPreferredWidth ( int &minimum_width, int &natural_width ) : void
minimum_width int
natural_width int
리턴 void

OnKeyPressEvent() 보호된 메소드

protected OnKeyPressEvent ( Gdk evnt ) : bool
evnt Gdk
리턴 bool

OnLeaveNotifyEvent() 보호된 메소드

protected OnLeaveNotifyEvent ( Gdk crossing ) : bool
crossing Gdk
리턴 bool

OnMapped() 보호된 메소드

protected OnMapped ( ) : void
리턴 void

OnMotionNotifyEvent() 보호된 메소드

protected OnMotionNotifyEvent ( Gdk motion ) : bool
motion Gdk
리턴 bool

OnRealized() 보호된 메소드

protected OnRealized ( ) : void
리턴 void

OnScrollEvent() 보호된 메소드

protected OnScrollEvent ( Gdk args ) : bool
args Gdk
리턴 bool

OnSizeAllocated() 보호된 메소드

protected OnSizeAllocated ( Gdk allocation ) : void
allocation Gdk
리턴 void

OnStyleUpdated() 보호된 메소드

protected OnStyleUpdated ( ) : void
리턴 void

OnUnmapped() 보호된 메소드

protected OnUnmapped ( ) : void
리턴 void

OnUnrealized() 보호된 메소드

protected OnUnrealized ( ) : void
리턴 void

RatingEntry() 보호된 메소드

protected RatingEntry ( IntPtr raw ) : System
raw System.IntPtr
리턴 System

RatingEntry() 공개 메소드

public RatingEntry ( int rating ) : System
rating int
리턴 System

RatingEntry() 보호된 메소드

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

SizeRequested() 보호된 메소드

protected SizeRequested ( ) : Requisition
리턴 Requisition