C# 클래스 lw_common.ui.format.column_formatter_base.format_cell

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

공개 프로퍼티들

프로퍼티 타입 설명
bg_color Color
col_idx int
col_type info_type
fg_color Color
format_text formatted_text
is_bookmark bool
item match_item
location location_type
parent log_view
prev_text string
row_index int
sel_index int
top_row_index int

공개 메소드들

메소드 설명
format_cell ( match_item item, log_view parent, int col_idx, info_type col_type, formatted_text text, int row_index, int top_row_index, int sel_index, bool is_bookmark, string prev_text, location_type location ) : System

메소드 상세

format_cell() 공개 메소드

public format_cell ( match_item item, log_view parent, int col_idx, info_type col_type, formatted_text text, int row_index, int top_row_index, int sel_index, bool is_bookmark, string prev_text, location_type location ) : System
item match_item
parent log_view
col_idx int
col_type info_type
text formatted_text
row_index int
top_row_index int
sel_index int
is_bookmark bool
prev_text string
location location_type
리턴 System

프로퍼티 상세

bg_color 공개적으로 프로퍼티

public Color bg_color
리턴 Color

col_idx 공개적으로 프로퍼티

public int col_idx
리턴 int

col_type 공개적으로 프로퍼티

public info_type col_type
리턴 info_type

fg_color 공개적으로 프로퍼티

public Color fg_color
리턴 Color

format_text 공개적으로 프로퍼티

public formatted_text format_text
리턴 formatted_text

is_bookmark 공개적으로 프로퍼티

public bool is_bookmark
리턴 bool

item 공개적으로 프로퍼티

public match_item item
리턴 match_item

location 공개적으로 프로퍼티

public location_type location
리턴 location_type

parent 공개적으로 프로퍼티

public log_view parent
리턴 log_view

prev_text 공개적으로 프로퍼티

public string prev_text
리턴 string

row_index 공개적으로 프로퍼티

public int row_index
리턴 int

sel_index 공개적으로 프로퍼티

public int sel_index
리턴 int

top_row_index 공개적으로 프로퍼티

public int top_row_index
리턴 int