C# Class SessionLoadWindow, chronojump

Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
CurrentSessionId ( ) : int
DisableImportToCurrentSession ( ) : void
ImportDatabasePath ( ) : string
ImportToNewSession ( ) : bool
SelectRowByID ( int searchedID ) : bool
SelectRowByPos ( int rowNumber ) : void
Show ( Gtk parent, WindowType, type ) : SessionLoadWindow,

Protected Methods

Method Description
on_entry_search_filter_changed ( object o, EventArgs args ) : void
on_select_file_import_clicked ( object o, EventArgs args ) : void

Private Methods

Method Description
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

Method Details

CurrentSessionId() public method

public CurrentSessionId ( ) : int
return int

DisableImportToCurrentSession() public method

public DisableImportToCurrentSession ( ) : void
return void

ImportDatabasePath() public method

public ImportDatabasePath ( ) : string
return string

ImportToNewSession() public method

public ImportToNewSession ( ) : bool
return bool

SelectRowByID() public method

public SelectRowByID ( int searchedID ) : bool
searchedID int
return bool

SelectRowByPos() public method

public SelectRowByPos ( int rowNumber ) : void
rowNumber int
return void

Show() public static method

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

on_entry_search_filter_changed() protected method

protected on_entry_search_filter_changed ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_select_file_import_clicked() protected method

protected on_select_file_import_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void