C# Класс SessionLoadWindow, chronojump

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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