C# Class lw_common.ui.text_part

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( text_part other ) : bool

Method Details

Equals() public méthode

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

Equals() protected méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

copy() public méthode

public copy ( ) : text_part
Résultat text_part

copy_from() public méthode

public copy_from ( text_part other ) : void
other text_part
Résultat void

from_friendly_string() public static méthode

public static from_friendly_string ( string str ) : text_part
str string
Résultat text_part

merge_copy() public méthode

public merge_copy ( text_part other ) : text_part
other text_part
Résultat text_part

operator() public static méthode

public static operator ( ) : bool
Résultat bool

text_part() public méthode

public text_part ( int start, int len, text_part src = null ) : System
start int
len int
src text_part
Résultat System

update_colors() public méthode

public update_colors ( column_formatter_base cell ) : void
cell lw_common.ui.format.column_formatter_base
Résultat void

Property Details

bg public_oe property

public Color bg
Résultat Color

bold public_oe property

public bool bold
Résultat bool

fg public_oe property

public Color fg
Résultat Color

font_name public_oe property

public string font_name
Résultat string

font_size public_oe property

public int font_size
Résultat int

is_find_search public_oe property

public bool is_find_search
Résultat bool

is_typed_search public_oe property

public bool is_typed_search
Résultat bool

modify_bg public_oe property

public modify_color_type modify_bg
Résultat modify_color_type

modify_fg public_oe property

public modify_color_type modify_fg
Résultat modify_color_type

text public_oe property

public string text
Résultat string