C# Class lw_common.ui.log_view_render

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
clear_format_cache ( string reason ) : void
log_view_render ( log_view parent ) : System
sel_bg_color ( ) : Color
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
category_formatted ( formatted_text txt, match_item row, info_type col_type ) : formatted_text
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

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

clear_format_cache() public méthode

public clear_format_cache ( string reason ) : void
reason string
Résultat void

log_view_render() public méthode

public log_view_render ( log_view parent ) : System
parent log_view
Résultat System

sel_bg_color() public méthode

public sel_bg_color ( ) : Color
Résultat Color

text_widths() public méthode

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