C# Class lw_common.ui.search_for

ファイルを表示 Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
all_columns bool
case_sensitive bool
fg Color
friendly_regex_name string
full_word bool
last_view_names string[]
mark_lines_with_color bool
negate bool
text string
type int
unique_id int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
is_column_searchable ( info_type col ) : bool
operator ( ) : bool
to_filter ( ) : filter_info

Protected Methods

Method Description
Equals ( search_for other ) : bool

Private Methods

Method Description
is_auto_regex ( string text ) : bool
load ( string prefix ) : search_for
save ( string prefix ) : void

Method Details

Equals() public method

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

Equals() protected method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

is_column_searchable() public method

public is_column_searchable ( info_type col ) : bool
col info_type
return bool

operator() public static method

public static operator ( ) : bool
return bool

to_filter() public method

public to_filter ( ) : filter_info
return filter_info

Property Details

all_columns public_oe property

public bool all_columns
return bool

case_sensitive public_oe property

public bool case_sensitive
return bool

fg public_oe property

public Color fg
return Color

friendly_regex_name public_oe property

public string friendly_regex_name
return string

full_word public_oe property

public bool full_word
return bool

last_view_names public_oe property

public string[] last_view_names
return string[]

mark_lines_with_color public_oe property

public bool mark_lines_with_color
return bool

negate public_oe property

public bool negate
return bool

text public_oe property

public string text
return string

type public_oe property

public int type
return int

unique_id public_oe property

public int unique_id
return int