C# 클래스 lw_common.raw_filter_row

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

공개 프로퍼티들

프로퍼티 타입 설명
apply_to_existing_lines bool

보호된 프로퍼티들

프로퍼티 타입 설명
additions_ List
font_ font_info
items_ List
unique_id_ string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string
match_indexes ( line l, info_type type ) : List
merge_lines ( string old_text, string new_text ) : string
operator ( ) : bool
preserve_cache_copy ( raw_filter_row from ) : void
raw_filter_row ( raw_filter_row other ) : System
raw_filter_row ( string text, bool apply_to_existing_lines ) : System
same ( raw_filter_row other ) : bool

보호된 메소드들

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

비공개 메소드들

메소드 설명
get_bg_color ( Color c, bool enabled ) : Color
get_fg_color ( Color c, bool enabled ) : Color
get_font_info ( ) : font_info
get_raw_font_info ( ) : font_info
init ( List items, List additions ) : void
update_case_sensitive ( ) : void
update_font ( ) : void

메소드 상세

Equals() 공개 메소드

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

Equals() 보호된 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

match_indexes() 공개 메소드

public match_indexes ( line l, info_type type ) : List
l line
type info_type
리턴 List

merge_lines() 공개 정적인 메소드

public static merge_lines ( string old_text, string new_text ) : string
old_text string
new_text string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

preserve_cache_copy() 공개 메소드

public preserve_cache_copy ( raw_filter_row from ) : void
from raw_filter_row
리턴 void

raw_filter_row() 공개 메소드

public raw_filter_row ( raw_filter_row other ) : System
other raw_filter_row
리턴 System

raw_filter_row() 공개 메소드

public raw_filter_row ( string text, bool apply_to_existing_lines ) : System
text string
apply_to_existing_lines bool
리턴 System

same() 공개 메소드

public same ( raw_filter_row other ) : bool
other raw_filter_row
리턴 bool

프로퍼티 상세

additions_ 보호되어 있는 프로퍼티

protected List additions_
리턴 List

apply_to_existing_lines 공개적으로 프로퍼티

public bool apply_to_existing_lines
리턴 bool

font_ 보호되어 있는 프로퍼티

protected font_info,lw_common font_
리턴 font_info

items_ 보호되어 있는 프로퍼티

protected List items_
리턴 List

unique_id_ 보호되어 있는 프로퍼티

protected string unique_id_
리턴 string