C# Class lw_common.ui.search_for.filter_info

显示文件 Open project: jtorjo/logwizard

Public Properties

Property Type Description
apply_to_existing_lines bool
fg Color
id string
text string

Public Methods

Method Description
filter_info ( string text, string id, bool apply_to_existing_lines, Color fg, Color bg ) : System

Method Details

filter_info() public method

public filter_info ( string text, string id, bool apply_to_existing_lines, Color fg, Color bg ) : System
text string
id string
apply_to_existing_lines bool
fg Color
bg Color
return System

Property Details

apply_to_existing_lines public_oe property

public bool apply_to_existing_lines
return bool

fg public_oe property

public Color fg
return Color

id public_oe property

public string id
return string

text public_oe property

public string text
return string