C# 클래스 lw_common.ui_context

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

공개 프로퍼티들

프로퍼티 타입 설명
name string
views List

공개 메소드들

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

비공개 메소드들

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

메소드 상세

copy_from() 공개 메소드

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

load() 공개 메소드

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

merge_settings() 공개 메소드

public merge_settings ( log_settings_string_readonly other_sett, bool edited_syntax_now ) : void
other_sett log_settings_string_readonly
edited_syntax_now bool
리턴 void

save() 공개 메소드

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

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

views 공개적으로 프로퍼티

public List views
리턴 List