C# Класс lw_common.ui.format.column_formatter_base

Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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