C# Class lw_common.ui.text_part

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

Public Properties

Property Type Description
bg Color
bold bool
fg Color
font_name string
font_size int
is_find_search bool
is_typed_search bool
modify_bg modify_color_type
modify_fg modify_color_type
text string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
copy ( ) : text_part
copy_from ( text_part other ) : void
from_friendly_string ( string str ) : text_part
merge_copy ( text_part other ) : text_part
operator ( ) : bool
text_part ( int start, int len, text_part src = null ) : System
update_colors ( column_formatter_base cell ) : void

Protected Methods

Method Description
Equals ( text_part other ) : bool

Method Details

Equals() public method

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

Equals() protected method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

copy() public method

public copy ( ) : text_part
return text_part

copy_from() public method

public copy_from ( text_part other ) : void
other text_part
return void

from_friendly_string() public static method

public static from_friendly_string ( string str ) : text_part
str string
return text_part

merge_copy() public method

public merge_copy ( text_part other ) : text_part
other text_part
return text_part

operator() public static method

public static operator ( ) : bool
return bool

text_part() public method

public text_part ( int start, int len, text_part src = null ) : System
start int
len int
src text_part
return System

update_colors() public method

public update_colors ( column_formatter_base cell ) : void
cell lw_common.ui.format.column_formatter_base
return void

Property Details

bg public_oe property

public Color bg
return Color

bold public_oe property

public bool bold
return bool

fg public_oe property

public Color fg
return Color

font_name public_oe property

public string font_name
return string

font_size public_oe property

public int font_size
return int

is_find_search public_oe property

public bool is_find_search
return bool

is_typed_search public_oe property

public bool is_typed_search
return bool

modify_bg public_oe property

public modify_color_type modify_bg
return modify_color_type

modify_fg public_oe property

public modify_color_type modify_fg
return modify_color_type

text public_oe property

public string text
return string