C# 클래스 lw_common.ui_info

파일 보기 프로젝트 열기: jtorjo/logwizard 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
load_save ( bool load, string prefix ) : void
load_save_view_info ( bool load, string prefix ) : void

메소드 상세

copy_from() 공개 메소드

public copy_from ( ui_info other ) : void
other ui_info
리턴 void

load() 공개 메소드

public load ( string prefix ) : void
prefix string
리턴 void

rename_view() 공개 메소드

public rename_view ( string old_name, string new_name ) : void
old_name string
new_name string
리턴 void

save() 공개 메소드

public save ( string prefix ) : void
prefix string
리턴 void

view() 공개 메소드

public view ( string name ) : view_info
name string
리턴 view_info

view() 공개 메소드

public view ( string name, view_info vi ) : void
name string
vi view_info
리턴 void

프로퍼티 상세

description_splitter_pos 공개적으로 프로퍼티

public int description_splitter_pos
리턴 int

full_log_splitter_pos 공개적으로 프로퍼티

public int full_log_splitter_pos
리턴 int

last_log_guid 공개적으로 프로퍼티

public string last_log_guid
리턴 string

left 공개적으로 프로퍼티

public int left
리턴 int

left_pane_pos 공개적으로 프로퍼티

public int left_pane_pos
리턴 int

maximized 공개적으로 프로퍼티

public bool maximized
리턴 bool

selected_row_idx 공개적으로 프로퍼티

public int selected_row_idx
리턴 int

selected_view 공개적으로 프로퍼티

public string selected_view
리턴 string

show_current_view 공개적으로 프로퍼티

public bool show_current_view
리턴 bool

show_details 공개적으로 프로퍼티

public bool show_details
리턴 bool

show_fulllog 공개적으로 프로퍼티

public bool show_fulllog
리턴 bool

show_header 공개적으로 프로퍼티

public bool show_header
리턴 bool

show_source 공개적으로 프로퍼티

public bool show_source
리턴 bool

show_status 공개적으로 프로퍼티

public bool show_status
리턴 bool

show_tabs 공개적으로 프로퍼티

public bool show_tabs
리턴 bool

show_title 공개적으로 프로퍼티

public bool show_title
리턴 bool

temporarily_show_status 공개적으로 프로퍼티

public bool temporarily_show_status
리턴 bool

topmost 공개적으로 프로퍼티

public bool topmost
리턴 bool