C# 클래스 lw_common.ui.format.formatted_text_cache

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

공개 프로퍼티들

프로퍼티 타입 설명
max_cache_size int
use_cache bool

공개 메소드들

메소드 설명
clear ( string reason ) : void
formatted_text_cache ( log_view parent, column_formatter_base location ) : System
override_print ( match_item i, string text, int row_idx, int col_idx ) : formatted_text

비공개 메소드들

메소드 설명
can_cache ( int col_idx ) : bool
drop_old_items ( ) : void
dump_cache_info ( ) : void
override_print_no_cache ( match_item i, string text, int col_idx ) : formatted_text

메소드 상세

clear() 공개 메소드

public clear ( string reason ) : void
reason string
리턴 void

formatted_text_cache() 공개 메소드

public formatted_text_cache ( log_view parent, column_formatter_base location ) : System
parent log_view
location column_formatter_base
리턴 System

override_print() 공개 메소드

public override_print ( match_item i, string text, int row_idx, int col_idx ) : formatted_text
i match_item
text string
row_idx int
col_idx int
리턴 formatted_text

프로퍼티 상세

max_cache_size 공개적으로 프로퍼티

public int max_cache_size
리턴 int

use_cache 공개적으로 프로퍼티

public bool use_cache
리턴 bool