C# Class lw_common.raw_filter_row

显示文件 Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
apply_to_existing_lines bool

Protected Properties

Property Type Description
additions_ List
font_ font_info
items_ List
unique_id_ string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
match_indexes ( line l, info_type type ) : List
merge_lines ( string old_text, string new_text ) : string
operator ( ) : bool
preserve_cache_copy ( raw_filter_row from ) : void
raw_filter_row ( raw_filter_row other ) : System
raw_filter_row ( string text, bool apply_to_existing_lines ) : System
same ( raw_filter_row other ) : bool

Protected Methods

Method Description
Equals ( raw_filter_row other ) : bool

Private Methods

Method Description
get_bg_color ( Color c, bool enabled ) : Color
get_fg_color ( Color c, bool enabled ) : Color
get_font_info ( ) : font_info
get_raw_font_info ( ) : font_info
init ( List items, List additions ) : void
update_case_sensitive ( ) : void
update_font ( ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Equals() protected method

protected Equals ( raw_filter_row other ) : bool
other raw_filter_row
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

match_indexes() public method

public match_indexes ( line l, info_type type ) : List
l line
type info_type
return List

merge_lines() public static method

public static merge_lines ( string old_text, string new_text ) : string
old_text string
new_text string
return string

operator() public static method

public static operator ( ) : bool
return bool

preserve_cache_copy() public method

public preserve_cache_copy ( raw_filter_row from ) : void
from raw_filter_row
return void

raw_filter_row() public method

public raw_filter_row ( raw_filter_row other ) : System
other raw_filter_row
return System

raw_filter_row() public method

public raw_filter_row ( string text, bool apply_to_existing_lines ) : System
text string
apply_to_existing_lines bool
return System

same() public method

public same ( raw_filter_row other ) : bool
other raw_filter_row
return bool

Property Details

additions_ protected_oe property

protected List additions_
return List

apply_to_existing_lines public_oe property

public bool apply_to_existing_lines
return bool

font_ protected_oe property

protected font_info,lw_common font_
return font_info

items_ protected_oe property

protected List items_
return List

unique_id_ protected_oe property

protected string unique_id_
return string