C# 클래스 MPTagThat.Core.RatingCell

상속: System.Windows.Forms.DataGridViewImageCell
파일 보기 프로젝트 열기: MediaPortal/MPTagThat 1 사용 예제들

보호된 메소드들

메소드 설명
GetFormattedValue ( object value, int rowIndex, System.Windows.Forms.DataGridViewCellStyle &cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context ) : object
OnContentClick ( System.Windows.Forms.DataGridViewCellEventArgs e ) : void
OnMouseLeave ( int rowIndex ) : void
OnMouseMove ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void

비공개 메소드들

메소드 설명
GetStarFromMouse ( Rectangle cellBounds, Point mouseLocation ) : int
RatingCell ( ) : System

메소드 상세

GetFormattedValue() 보호된 메소드

protected GetFormattedValue ( object value, int rowIndex, System.Windows.Forms.DataGridViewCellStyle &cellStyle, TypeConverter valueTypeConverter, TypeConverter formattedValueTypeConverter, DataGridViewDataErrorContexts context ) : object
value object
rowIndex int
cellStyle System.Windows.Forms.DataGridViewCellStyle
valueTypeConverter System.ComponentModel.TypeConverter
formattedValueTypeConverter System.ComponentModel.TypeConverter
context DataGridViewDataErrorContexts
리턴 object

OnContentClick() 보호된 메소드

protected OnContentClick ( System.Windows.Forms.DataGridViewCellEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( int rowIndex ) : void
rowIndex int
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
e System.Windows.Forms.DataGridViewCellMouseEventArgs
리턴 void

Paint() 보호된 메소드

protected Paint ( Graphics graphics, Rectangle clipBounds, Rectangle cellBounds, int rowIndex, DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, DataGridViewPaintParts paintParts ) : void
graphics System.Drawing.Graphics
clipBounds System.Drawing.Rectangle
cellBounds System.Drawing.Rectangle
rowIndex int
elementState DataGridViewElementStates
value object
formattedValue object
errorText string
cellStyle System.Windows.Forms.DataGridViewCellStyle
advancedBorderStyle System.Windows.Forms.DataGridViewAdvancedBorderStyle
paintParts DataGridViewPaintParts
리턴 void