C# Class MonoReports.Extensions.PropertyGridEditors.MonoreportsColorEditorCell

Inheritance: PropertyGrid.PropertyEditorCell
Afficher le fichier Open project: modesto/monoreports

Méthodes publiques

Méthode Description
GetSize ( int availableWidth, int &width, int &height ) : void
Render ( Gdk window, Gdk bounds, Gtk state ) : void

Méthodes protégées

Méthode Description
CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
GetValueText ( ) : string

Private Methods

Méthode Description
GetColor ( ) : Gdk.Color

Method Details

CreateEditor() protected méthode

protected CreateEditor ( Gdk cell_area, Gtk state ) : IPropertyEditor
cell_area Gdk
state Gtk
Résultat IPropertyEditor

GetSize() public méthode

public GetSize ( int availableWidth, int &width, int &height ) : void
availableWidth int
width int
height int
Résultat void

GetValueText() protected méthode

protected GetValueText ( ) : string
Résultat string

Render() public méthode

public Render ( Gdk window, Gdk bounds, Gtk state ) : void
window Gdk
bounds Gdk
state Gtk
Résultat void