C# Class lw_common.ui.format.column_formatter_renderer

Inheritance: BrightIdeasSoftware.BaseRenderer
Exibir arquivo Open project: jtorjo/logwizard Class Usage Examples

Public Methods

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

Protected Methods

Method Description
DrawBackground ( Graphics g, Rectangle r ) : void

Private Methods

Method 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 method

protected DrawBackground ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
return void

Render() public method

public Render ( Graphics g, Rectangle r ) : void
g System.Drawing.Graphics
r System.Drawing.Rectangle
return void

column_formatter_renderer() public method

public column_formatter_renderer ( log_view parent, ObjectListView list ) : System
parent log_view
list BrightIdeasSoftware.ObjectListView
return System

text_widths() public method

public text_widths ( Graphics g, string text ) : List
g System.Drawing.Graphics
text string
return List