C# 클래스 lw_common.ui.note_ctrl

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

공개 프로퍼티들

프로퍼티 타입 설명
on_note_selected on_note_selected_func

Private Properties

프로퍼티 타입 설명
InitializeComponent void
add_color_for_author void
add_note note_item
add_note note_item
add_note_header note_item
add_note_to_ui void
adjust_guids_before_merge Tuple,List>
author_color Color
curNote_Enter void
curNote_KeyDown void
curNote_KeyUp void
curNote_PreviewKeyDown void
find_cur_line_id string
find_note_id_above_selection string
load_settings_file Tuple,List>
log_notes_sorted_idx void
note_ctrl_Load void
notesCtrl_Enter void
notesCtrl_KeyDown void
notesCtrl_Leave void
notesCtrl_PreviewKeyDown void
notesCtrl_SelectedIndexChanged void
readd_everything void
refresh_note void
refresh_note_indexes void
save void
saveTimer_Tick void
selectColor_Click void
set_current_line_impl void
showDeletedLines_CheckedChanged void
sync_to_views void
toggle_del_note void
ui_find_last_note_from_cur_user note_item
update_author_colors void
update_cur_note_controls void

공개 메소드들

메소드 설명
export_notes ( ) : export_text
focus_to_edit ( ) : void
load ( string file_name ) : void
merge ( string other_file ) : void
note_ctrl ( ) : System
refresh_notes ( ) : void
save_to ( string file_name ) : void
set_author ( string author_name, string author_initials, Color notes_color ) : void
set_current_line ( line l ) : void
undo ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

add_color_for_author ( string author_name, Color default_color ) : void
add_note ( line l, note n, string note_id, string reply_to_note_id, bool deleted, DateTime utc_added ) : note_item
add_note ( note n, string note_id, string reply_to_note_id, bool deleted, DateTime utc_added ) : note_item
add_note_header ( string line_id, string note_id, bool deleted, DateTime utc_added ) : note_item
add_note_to_ui ( note_item last_note ) : void
adjust_guids_before_merge ( line>.Tuple merge_from ) : Tuple,List>
author_color ( string name ) : Color
curNote_Enter ( object sender, EventArgs e ) : void
curNote_KeyDown ( object sender, KeyEventArgs e ) : void
curNote_KeyUp ( object sender, KeyEventArgs e ) : void
curNote_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
find_cur_line_id ( ) : string
find_note_id_above_selection ( ) : string
load_settings_file ( note_ctrl self, string file_name ) : Tuple,List>
log_notes_sorted_idx ( int idx, note_item n ) : void
note_ctrl_Load ( object sender, EventArgs e ) : void
notesCtrl_Enter ( object sender, EventArgs e ) : void
notesCtrl_KeyDown ( object sender, KeyEventArgs e ) : void
notesCtrl_Leave ( object sender, EventArgs e ) : void
notesCtrl_PreviewKeyDown ( object sender, PreviewKeyDownEventArgs e ) : void
notesCtrl_SelectedIndexChanged ( object sender, EventArgs e ) : void
readd_everything ( ) : void
refresh_note ( note_item i ) : void
refresh_note_indexes ( ) : void
save ( ) : void
saveTimer_Tick ( object sender, EventArgs e ) : void
selectColor_Click ( object sender, EventArgs e ) : void
set_current_line_impl ( line l ) : void
showDeletedLines_CheckedChanged ( object sender, EventArgs e ) : void
sync_to_views ( ) : void
toggle_del_note ( string note_id ) : void
ui_find_last_note_from_cur_user ( string line_id ) : note_item
update_author_colors ( ) : void
update_cur_note_controls ( ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

export_notes() 공개 메소드

public export_notes ( ) : export_text
리턴 export_text

focus_to_edit() 공개 메소드

public focus_to_edit ( ) : void
리턴 void

load() 공개 메소드

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

merge() 공개 메소드

public merge ( string other_file ) : void
other_file string
리턴 void

note_ctrl() 공개 메소드

public note_ctrl ( ) : System
리턴 System

refresh_notes() 공개 메소드

public refresh_notes ( ) : void
리턴 void

save_to() 공개 메소드

public save_to ( string file_name ) : void
file_name string
리턴 void

set_author() 공개 메소드

public set_author ( string author_name, string author_initials, Color notes_color ) : void
author_name string
author_initials string
notes_color Color
리턴 void

set_current_line() 공개 메소드

public set_current_line ( line l ) : void
l line
리턴 void

undo() 공개 메소드

public undo ( ) : void
리턴 void

프로퍼티 상세

on_note_selected 공개적으로 프로퍼티

public on_note_selected_func on_note_selected
리턴 on_note_selected_func