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

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

보호된 메소드들

메소드 설명
is_color_str_valid ( string str ) : bool
parse_color ( string str, Color col ) : Color

비공개 메소드들

메소드 설명
format_after ( format_cell cell ) : void
format_before ( format_cell cell ) : void
format_before_do_replace ( format_cell cell ) : void
get_image ( ) : Image
get_tooltip ( format_cell cell, int char_index, string &tooltip ) : void
load_syntax ( settings_as_string sett, string &error ) : void
toggle_abbreviation ( ) : void
toggle_number_base ( ) : void

메소드 상세

is_color_str_valid() 보호된 메소드

protected is_color_str_valid ( string str ) : bool
str string
리턴 bool

parse_color() 보호된 메소드

protected parse_color ( string str, Color col ) : Color
str string
col Color
리턴 Color