C# Class FileFind.Meshwork.GtkClient.MainWindow

Exibir arquivo Open project: codebutler/meshwork

Public Methods

Method Description
Iconify ( ) : void
MainWindow ( ) : System
RefreshCounts ( ) : void
Show ( ) : void
ToggleVisible ( ) : bool
UpdateStatusText ( ) : void
on_win_delete ( object o, Gtk.DeleteEventArgs e ) : void

Private Methods

Method Description
CreateStatusbar ( ) : void
FileSearchManager_SearchAdded ( FileSearch search ) : void
FileSearchManager_SearchRemoved ( FileSearch search ) : void
StatusBarExposeEvent ( object o, ExposeEventArgs args ) : void
ToggleMainStatusbar_Activated ( object sender, EventArgs args ) : void
ToggleMainToolbar_Activated ( object sender, EventArgs args ) : void
UpdateTaskStatusIcon ( ) : void
on_MainWindow_configure_event ( object o, Gtk.ConfigureEventArgs e ) : void
sb_ErrorIndexing ( object sender, Exception ex ) : void
sb_FinishedIndexing ( object sender, EventArgs args ) : void
sb_StartedIndexing ( object sender, EventArgs args ) : void
sb_StoppedIndexing ( object sender, EventArgs args ) : void
sh_QueueChanged ( object sender, EventArgs args ) : void
sh_StartedFinished ( ShareHasherTask task ) : void
sidebar_ItemAdded ( MainSidebar sidebar, ISidebarItem newItem ) : void
sidebar_SelectedItemChanged ( MainSidebar sidebar, ISidebarItem selectedItem ) : void
window_FocusInEvent ( object o, EventArgs args ) : void

Method Details

Iconify() public method

public Iconify ( ) : void
return void

MainWindow() public method

public MainWindow ( ) : System
return System

RefreshCounts() public method

public RefreshCounts ( ) : void
return void

Show() public method

public Show ( ) : void
return void

ToggleVisible() public method

public ToggleVisible ( ) : bool
return bool

UpdateStatusText() public method

public UpdateStatusText ( ) : void
return void

on_win_delete() public method

public on_win_delete ( object o, Gtk.DeleteEventArgs e ) : void
o object
e Gtk.DeleteEventArgs
return void