C# Class lw_common.ui.format.column_formatter_array

Exibir arquivo Open project: jtorjo/logwizard Class Usage Examples

Public Methods

Method Description
load ( string syntax ) : void
load ( string syntax, string &errors ) : void
toggle_abbvreviation ( ) : void
toggle_number_base ( ) : void

Private Methods

Method Description
create_formatter ( string name, string syntax, string &error ) : column_formatter_base
create_last_formatter ( List formatters, formatter &last, string &errors ) : void
format_after ( column_formatter_base cell ) : void
format_before ( column_formatter_base cell ) : void
get_tooltip ( column_formatter_base cell, int char_index ) : string
needs_apply_formatter ( formatter format, column_formatter_base cell ) : bool

Method Details

load() public method

public load ( string syntax ) : void
syntax string
return void

load() public method

public load ( string syntax, string &errors ) : void
syntax string
errors string
return void

toggle_abbvreviation() public method

public toggle_abbvreviation ( ) : void
return void

toggle_number_base() public method

public toggle_number_base ( ) : void
return void