C# 클래스 lw_common.ui.log_view_data_source

상속: BrightIdeasSoftware.AbstractVirtualListDataSource, IDisposable
파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
item_filter filter_func

Private Properties

프로퍼티 타입 설명
item_at match_item
run_filter void
update_filter_thread void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetNthObject ( int n ) : object
GetObjectCount ( ) : int
GetObjectIndex ( object o ) : int
binary_search_closest ( int line_idx ) : int>.Tuple
log_view_data_source ( VirtualObjectListView lv, log_view parent ) : System
reapply_quick_filter ( ) : void
refresh ( ) : void
set_filter ( bool filter_view, bool show_full_log ) : void

비공개 메소드들

메소드 설명
item_at ( int idx ) : match_item
run_filter ( bool run_on_full_log ) : void
update_filter_thread ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetNthObject() 공개 메소드

public GetNthObject ( int n ) : object
n int
리턴 object

GetObjectCount() 공개 메소드

public GetObjectCount ( ) : int
리턴 int

GetObjectIndex() 공개 메소드

public GetObjectIndex ( object o ) : int
o object
리턴 int

binary_search_closest() 공개 메소드

public binary_search_closest ( int line_idx ) : int>.Tuple
line_idx int
리턴 int>.Tuple

log_view_data_source() 공개 메소드

public log_view_data_source ( VirtualObjectListView lv, log_view parent ) : System
lv BrightIdeasSoftware.VirtualObjectListView
parent log_view
리턴 System

reapply_quick_filter() 공개 메소드

public reapply_quick_filter ( ) : void
리턴 void

refresh() 공개 메소드

public refresh ( ) : void
리턴 void

set_filter() 공개 메소드

public set_filter ( bool filter_view, bool show_full_log ) : void
filter_view bool
show_full_log bool
리턴 void

프로퍼티 상세

item_filter 공개적으로 프로퍼티

public filter_func item_filter
리턴 filter_func