C# Class SessionLoadWindow, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
on_entry_search_filter_changed ( object o, EventArgs args ) : void
on_select_file_import_clicked ( object o, EventArgs args ) : void

Private Methods

Méthode 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 méthode

public CurrentSessionId ( ) : int
Résultat int

DisableImportToCurrentSession() public méthode

public DisableImportToCurrentSession ( ) : void
Résultat void

ImportDatabasePath() public méthode

public ImportDatabasePath ( ) : string
Résultat string

ImportToNewSession() public méthode

public ImportToNewSession ( ) : bool
Résultat bool

SelectRowByID() public méthode

public SelectRowByID ( int searchedID ) : bool
searchedID int
Résultat bool

SelectRowByPos() public méthode

public SelectRowByPos ( int rowNumber ) : void
rowNumber int
Résultat void

Show() public static méthode

public static Show ( Gtk parent, WindowType, type ) : SessionLoadWindow,
parent Gtk
type WindowType,
Résultat SessionLoadWindow,

on_entry_search_filter_changed() protected méthode

protected on_entry_search_filter_changed ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_select_file_import_clicked() protected méthode

protected on_select_file_import_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void