C# Class lw_common.ui.format.column_formatter_base

Exibir arquivo Open project: jtorjo/logwizard Class Usage Examples

Protected Methods

Method Description
is_color_str_valid ( string str ) : bool
parse_color ( string str, Color col ) : Color

Private Methods

Method Description
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

Method Details

is_color_str_valid() protected method

protected is_color_str_valid ( string str ) : bool
str string
return bool

parse_color() protected method

protected parse_color ( string str, Color col ) : Color
str string
col Color
return Color