C# 클래스 FileFind.Meshwork.GtkClient.MainWindow

파일 보기 프로젝트 열기: codebutler/meshwork

공개 메소드들

메소드 설명
Iconify ( ) : void
MainWindow ( ) : System
RefreshCounts ( ) : void
Show ( ) : void
ToggleVisible ( ) : bool
UpdateStatusText ( ) : void
on_win_delete ( object o, Gtk.DeleteEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Iconify() 공개 메소드

public Iconify ( ) : void
리턴 void

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

RefreshCounts() 공개 메소드

public RefreshCounts ( ) : void
리턴 void

Show() 공개 메소드

public Show ( ) : void
리턴 void

ToggleVisible() 공개 메소드

public ToggleVisible ( ) : bool
리턴 bool

UpdateStatusText() 공개 메소드

public UpdateStatusText ( ) : void
리턴 void

on_win_delete() 공개 메소드

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