C# Class lw_common.ui.format.column_formatter_renderer

Inheritance: BrightIdeasSoftware.BaseRenderer
Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Méthode Description
Render ( Graphics g, Rectangle r ) : void
column_formatter_renderer ( log_view parent, ObjectListView list ) : System
text_widths ( Graphics g, string text ) : List

Méthodes protégées

Méthode Description
DrawBackground ( Graphics g, Rectangle r ) : void

Private Methods

Méthode Description
draw_image ( Graphics g, Rectangle r ) : void
draw_string ( int left, string s, Graphics g, Brush b, Rectangle r, StringFormat fmt ) : void
draw_sub_string ( int left, string sub, Graphics g, Brush b, Rectangle r, StringFormat fmt, text_part print ) : void
image_width ( ) : int
override_print ( match_item i, string text, int col_idx, column_formatter_base location ) : formatted_text
top_idx ( ) : int

Method Details

DrawBackground() protected méthode

protected DrawBackground ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
Résultat void

Render() public méthode

public Render ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
Résultat void

column_formatter_renderer() public méthode

public column_formatter_renderer ( log_view parent, ObjectListView list ) : System
parent log_view
list BrightIdeasSoftware.ObjectListView
Résultat System

text_widths() public méthode

public text_widths ( Graphics g, string text ) : List
g System.Drawing.Graphics
text string
Résultat List