C# Class lw_common.ui.format.column_formatter_base.format_cell

Exibir arquivo Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
bg_color Color
col_idx int
col_type info_type
fg_color Color
format_text formatted_text
is_bookmark bool
item match_item
location location_type
parent log_view
prev_text string
row_index int
sel_index int
top_row_index int

Public Methods

Method Description
format_cell ( match_item item, log_view parent, int col_idx, info_type col_type, formatted_text text, int row_index, int top_row_index, int sel_index, bool is_bookmark, string prev_text, location_type location ) : System

Method Details

format_cell() public method

public format_cell ( match_item item, log_view parent, int col_idx, info_type col_type, formatted_text text, int row_index, int top_row_index, int sel_index, bool is_bookmark, string prev_text, location_type location ) : System
item match_item
parent log_view
col_idx int
col_type info_type
text formatted_text
row_index int
top_row_index int
sel_index int
is_bookmark bool
prev_text string
location location_type
return System

Property Details

bg_color public_oe property

public Color bg_color
return Color

col_idx public_oe property

public int col_idx
return int

col_type public_oe property

public info_type col_type
return info_type

fg_color public_oe property

public Color fg_color
return Color

format_text public_oe property

public formatted_text format_text
return formatted_text

is_bookmark public_oe property

public bool is_bookmark
return bool

item public_oe property

public match_item item
return match_item

location public_oe property

public location_type location
return location_type

parent public_oe property

public log_view parent
return log_view

prev_text public_oe property

public string prev_text
return string

row_index public_oe property

public int row_index
return int

sel_index public_oe property

public int sel_index
return int

top_row_index public_oe property

public int top_row_index
return int