C# 클래스 SessionLoadWindow, chronojump

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

공개 메소드들

메소드 설명
CurrentSessionId ( ) : int
DisableImportToCurrentSession ( ) : void
ImportDatabasePath ( ) : string
ImportToNewSession ( ) : bool
SelectRowByID ( int searchedID ) : bool
SelectRowByPos ( int rowNumber ) : void
Show ( Gtk parent, WindowType, type ) : SessionLoadWindow,

보호된 메소드들

메소드 설명
on_entry_search_filter_changed ( object o, EventArgs args ) : void
on_select_file_import_clicked ( object o, EventArgs args ) : void

비공개 메소드들

메소드 설명
SessionLoadWindow ( Gtk parent, WindowType, type ) : System
chooseDatabaseToImport ( ) : void
createTreeView ( Gtk tv, bool showContacts, bool showEncoder ) : void
fillTreeView ( Gtk tv, TreeStore store, bool showContacts, bool showEncoder ) : void
getStore ( bool showContacts, bool showEncoder ) : TreeStore
onSelectionEntry ( object o, EventArgs args ) : void
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_checkbutton_show_data_encoder_toggled ( object o, EventArgs args ) : void
on_checkbutton_show_data_jump_run_toggled ( object o, EventArgs args ) : void
on_row_double_clicked ( object o, Gtk args ) : void
on_session_load_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
recreateTreeView ( string message ) : void

메소드 상세

CurrentSessionId() 공개 메소드

public CurrentSessionId ( ) : int
리턴 int

DisableImportToCurrentSession() 공개 메소드

public DisableImportToCurrentSession ( ) : void
리턴 void

ImportDatabasePath() 공개 메소드

public ImportDatabasePath ( ) : string
리턴 string

ImportToNewSession() 공개 메소드

public ImportToNewSession ( ) : bool
리턴 bool

SelectRowByID() 공개 메소드

public SelectRowByID ( int searchedID ) : bool
searchedID int
리턴 bool

SelectRowByPos() 공개 메소드

public SelectRowByPos ( int rowNumber ) : void
rowNumber int
리턴 void

Show() 공개 정적인 메소드

public static Show ( Gtk parent, WindowType, type ) : SessionLoadWindow,
parent Gtk
type WindowType,
리턴 SessionLoadWindow,

on_entry_search_filter_changed() 보호된 메소드

protected on_entry_search_filter_changed ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_select_file_import_clicked() 보호된 메소드

protected on_select_file_import_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void