C# Class lw_common.ui_info

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

Public Properties

Property Type Description
description_splitter_pos int
full_log_splitter_pos int
last_log_guid string
left int
left_pane_pos int
maximized bool
selected_row_idx int
selected_view string
show_current_view bool
show_details bool
show_fulllog bool
show_header bool
show_source bool
show_status bool
show_tabs bool
show_title bool
temporarily_show_status bool
topmost bool

Public Methods

Method Description
copy_from ( ui_info other ) : void
load ( string prefix ) : void
rename_view ( string old_name, string new_name ) : void
save ( string prefix ) : void
view ( string name ) : view_info
view ( string name, view_info vi ) : void

Private Methods

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

Method Details

copy_from() public method

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

load() public method

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

rename_view() public method

public rename_view ( string old_name, string new_name ) : void
old_name string
new_name string
return void

save() public method

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

view() public method

public view ( string name ) : view_info
name string
return view_info

view() public method

public view ( string name, view_info vi ) : void
name string
vi view_info
return void

Property Details

description_splitter_pos public_oe property

public int description_splitter_pos
return int

full_log_splitter_pos public_oe property

public int full_log_splitter_pos
return int

last_log_guid public_oe property

public string last_log_guid
return string

left public_oe property

public int left
return int

left_pane_pos public_oe property

public int left_pane_pos
return int

maximized public_oe property

public bool maximized
return bool

selected_row_idx public_oe property

public int selected_row_idx
return int

selected_view public_oe property

public string selected_view
return string

show_current_view public_oe property

public bool show_current_view
return bool

show_details public_oe property

public bool show_details
return bool

show_fulllog public_oe property

public bool show_fulllog
return bool

show_header public_oe property

public bool show_header
return bool

show_source public_oe property

public bool show_source
return bool

show_status public_oe property

public bool show_status
return bool

show_tabs public_oe property

public bool show_tabs
return bool

show_title public_oe property

public bool show_title
return bool

temporarily_show_status public_oe property

public bool temporarily_show_status
return bool

topmost public_oe property

public bool topmost
return bool