C# Class lw_common.ui_context

显示文件 Open project: jtorjo/logwizard Class Usage Examples

Public Properties

Property Type Description
name string
views List

Public Methods

Method 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

Method Description
load_save ( bool load, string prefix ) : void

Method Details

copy_from() public method

public copy_from ( ui_context other ) : void
other ui_context
return void

load() public method

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

merge_settings() public method

public merge_settings ( log_settings_string_readonly other_sett, bool edited_syntax_now ) : void
other_sett log_settings_string_readonly
edited_syntax_now bool
return void

save() public method

public save ( string prefix ) : void
prefix string
return void

Property Details

name public_oe property

public string name
return string

views public_oe property

public List views
return List