C# 클래스 lw_common.ui.text_part

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Equals ( text_part other ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Equals() 보호된 메소드

protected Equals ( text_part other ) : bool
other text_part
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

copy() 공개 메소드

public copy ( ) : text_part
리턴 text_part

copy_from() 공개 메소드

public copy_from ( text_part other ) : void
other text_part
리턴 void

from_friendly_string() 공개 정적인 메소드

public static from_friendly_string ( string str ) : text_part
str string
리턴 text_part

merge_copy() 공개 메소드

public merge_copy ( text_part other ) : text_part
other text_part
리턴 text_part

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

text_part() 공개 메소드

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

update_colors() 공개 메소드

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

프로퍼티 상세

bg 공개적으로 프로퍼티

public Color bg
리턴 Color

bold 공개적으로 프로퍼티

public bool bold
리턴 bool

fg 공개적으로 프로퍼티

public Color fg
리턴 Color

font_name 공개적으로 프로퍼티

public string font_name
리턴 string

font_size 공개적으로 프로퍼티

public int font_size
리턴 int

is_find_search 공개적으로 프로퍼티

public bool is_find_search
리턴 bool

is_typed_search 공개적으로 프로퍼티

public bool is_typed_search
리턴 bool

modify_bg 공개적으로 프로퍼티

public modify_color_type modify_bg
리턴 modify_color_type

modify_fg 공개적으로 프로퍼티

public modify_color_type modify_fg
리턴 modify_color_type

text 공개적으로 프로퍼티

public string text
리턴 string