C# Class lw_common.ui.format.column_formatter_array

Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Méthodes publiques

Méthode Description
load ( string syntax ) : void
load ( string syntax, string &errors ) : void
toggle_abbvreviation ( ) : void
toggle_number_base ( ) : void

Private Methods

Méthode 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 méthode

public load ( string syntax ) : void
syntax string
Résultat void

load() public méthode

public load ( string syntax, string &errors ) : void
syntax string
errors string
Résultat void

toggle_abbvreviation() public méthode

public toggle_abbvreviation ( ) : void
Résultat void

toggle_number_base() public méthode

public toggle_number_base ( ) : void
Résultat void