C# Class lw_common.ui_info

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

Méthodes publiques

Свойство 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

Méthodes publiques

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

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

Method Details

copy_from() public méthode

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

load() public méthode

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

rename_view() public méthode

public rename_view ( string old_name, string new_name ) : void
old_name string
new_name string
Résultat void

save() public méthode

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

view() public méthode

public view ( string name ) : view_info
name string
Résultat view_info

view() public méthode

public view ( string name, view_info vi ) : void
name string
vi view_info
Résultat void

Property Details

description_splitter_pos public_oe property

public int description_splitter_pos
Résultat int

full_log_splitter_pos public_oe property

public int full_log_splitter_pos
Résultat int

last_log_guid public_oe property

public string last_log_guid
Résultat string

left public_oe property

public int left
Résultat int

left_pane_pos public_oe property

public int left_pane_pos
Résultat int

maximized public_oe property

public bool maximized
Résultat bool

selected_row_idx public_oe property

public int selected_row_idx
Résultat int

selected_view public_oe property

public string selected_view
Résultat string

show_current_view public_oe property

public bool show_current_view
Résultat bool

show_details public_oe property

public bool show_details
Résultat bool

show_fulllog public_oe property

public bool show_fulllog
Résultat bool

show_header public_oe property

public bool show_header
Résultat bool

show_source public_oe property

public bool show_source
Résultat bool

show_status public_oe property

public bool show_status
Résultat bool

show_tabs public_oe property

public bool show_tabs
Résultat bool

show_title public_oe property

public bool show_title
Résultat bool

temporarily_show_status public_oe property

public bool temporarily_show_status
Résultat bool

topmost public_oe property

public bool topmost
Résultat bool