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

상속: Gtk.VBox, IPage
파일 보기 프로젝트 열기: codebutler/meshwork

공개 메소드들

메소드 설명
NavigateTo ( string path ) : void
NavigateUp ( ) : void
Refresh ( ) : void
UserBrowserPage ( ) : System
on_mnuFileDownload_activate ( object o, EventArgs e ) : void
on_mnuViewRefresh_activate ( object o, EventArgs e ) : void

비공개 메소드들

메소드 설명
Core_NetworkAdded ( Network network ) : void
DownloadItem ( IDirectoryItem item ) : void
FileInfoHashFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
FileNameIconFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
FileNameTextFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
FileSizeFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
FileTypeFunc ( Gtk.TreeViewColumn column, Gtk.CellRenderer cell, TreeModel model, Gtk.TreeIter iter ) : void
GetSelectedItem ( ) : IDirectoryItem
GotDirectory ( string path, IDirectory directory ) : void
PulseProgressBar ( ) : bool
StopNavigating ( ) : void
base_FocusInEvent ( object o, EventArgs args ) : void
filePropertiesMenuItem_Activated ( object sender, EventArgs args ) : void
filesList_ButtonPressEvent ( object sender, ButtonPressEventArgs args ) : void
filesList_Selection_Changed ( object o, EventArgs args ) : void
network_ReceivedNonCriticalError ( Network network, Node from, MeshworkError error ) : void
network_UserOnlineOffline ( Network network, Node node ) : void
on_filesList_row_activated ( object o, Gtk.RowActivatedArgs e ) : void
on_navigationBar_PathButtonClicked ( string path ) : void

메소드 상세

NavigateTo() 공개 메소드

public NavigateTo ( string path ) : void
path string
리턴 void

NavigateUp() 공개 메소드

public NavigateUp ( ) : void
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

UserBrowserPage() 공개 메소드

public UserBrowserPage ( ) : System
리턴 System

on_mnuFileDownload_activate() 공개 메소드

public on_mnuFileDownload_activate ( object o, EventArgs e ) : void
o object
e System.EventArgs
리턴 void

on_mnuViewRefresh_activate() 공개 메소드

public on_mnuViewRefresh_activate ( object o, EventArgs e ) : void
o object
e System.EventArgs
리턴 void