C# Class lw_common.ui_context

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

Méthodes publiques

Свойство Type Description
name string
views List

Méthodes publiques

Méthode Description
copy_from ( ui_context other ) : void
load ( string prefix ) : void
merge_settings ( log_settings_string_readonly other_sett, bool edited_syntax_now ) : void
save ( string prefix ) : void

Private Methods

Méthode Description
load_save ( bool load, string prefix ) : void

Method Details

copy_from() public méthode

public copy_from ( ui_context other ) : void
other ui_context
Résultat void

load() public méthode

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

merge_settings() public méthode

public merge_settings ( log_settings_string_readonly other_sett, bool edited_syntax_now ) : void
other_sett log_settings_string_readonly
edited_syntax_now bool
Résultat void

save() public méthode

public save ( string prefix ) : void
prefix string
Résultat void

Property Details

name public_oe property

public string name
Résultat string

views public_oe property

public List views
Résultat List