C# 클래스 MonoReports.Extensions.PropertyGridEditors.MonoreportsColorEditorCell

상속: PropertyGrid.PropertyEditorCell
파일 보기 프로젝트 열기: modesto/monoreports

공개 메소드들

메소드 설명
GetSize ( int availableWidth, int &width, int &height ) : void
Render ( Gdk window, Gdk bounds, Gtk state ) : void

보호된 메소드들

메소드 설명
CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
GetValueText ( ) : string

비공개 메소드들

메소드 설명
GetColor ( ) : Gdk.Color

메소드 상세

CreateEditor() 보호된 메소드

protected CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
cell_area Gdk
state Gtk
리턴 IPropertyEditor

GetSize() 공개 메소드

public GetSize ( int availableWidth, int &width, int &height ) : void
availableWidth int
width int
height int
리턴 void

GetValueText() 보호된 메소드

protected GetValueText ( ) : string
리턴 string

Render() 공개 메소드

public Render ( Gdk window, Gdk bounds, Gtk state ) : void
window Gdk
bounds Gdk
state Gtk
리턴 void