C# Class FileFind.Meshwork.GtkClient.UserBrowserPage

Inheritance: Gtk.VBox, IPage
Mostrar archivo Open project: codebutler/meshwork

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

NavigateTo() public method

public NavigateTo ( string path ) : void
path string
return void

NavigateUp() public method

public NavigateUp ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

UserBrowserPage() public method

public UserBrowserPage ( ) : System
return System

on_mnuFileDownload_activate() public method

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

on_mnuViewRefresh_activate() public method

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