C# Class lw_common.raw_filter_row

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Свойство Type Description
apply_to_existing_lines bool

Protected Properties

Свойство Type Description
additions_ List
font_ font_info
items_ List
unique_id_ string

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Equals ( raw_filter_row other ) : bool

Private Methods

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Equals() protected méthode

protected Equals ( raw_filter_row other ) : bool
other raw_filter_row
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

match_indexes() public méthode

public match_indexes ( line l, info_type type ) : List
l line
type info_type
Résultat List

merge_lines() public static méthode

public static merge_lines ( string old_text, string new_text ) : string
old_text string
new_text string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

preserve_cache_copy() public méthode

public preserve_cache_copy ( raw_filter_row from ) : void
from raw_filter_row
Résultat void

raw_filter_row() public méthode

public raw_filter_row ( raw_filter_row other ) : System
other raw_filter_row
Résultat System

raw_filter_row() public méthode

public raw_filter_row ( string text, bool apply_to_existing_lines ) : System
text string
apply_to_existing_lines bool
Résultat System

same() public méthode

public same ( raw_filter_row other ) : bool
other raw_filter_row
Résultat bool

Property Details

additions_ protected_oe property

protected List additions_
Résultat List

apply_to_existing_lines public_oe property

public bool apply_to_existing_lines
Résultat bool

font_ protected_oe property

protected font_info,lw_common font_
Résultat font_info

items_ protected_oe property

protected List items_
Résultat List

unique_id_ protected_oe property

protected string unique_id_
Résultat string